tbckr / sgpt

SGPT is a command-line tool that provides a convenient way to interact with OpenAI models, enabling users to run queries, generate shell commands and produce code directly from the terminal.
MIT License
234 stars 24 forks source link

fix: update go version to 1.22.5 #269

Closed tbckr closed 1 month ago

tbckr commented 1 month ago

Updates go version to 1.22.5 in go mod file.

Use go mod file to setup to setup correct go version in CI pipelines.