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
258
stars
25
forks
source link
Invalid go version '1.22.2': must match format 1.23 #268
When running go install github.com/tbckr/sgpt/v2/cmd/sgpt@latest
This is returned go: github.com/tbckr/sgpt/v2/cmd/sgpt@latest (in github.com/tbckr/sgpt/v2@v2.14.1): go.mod:3: invalid go version '1.22.2': must match format 1.23
How can we reproduce this?
go install github.com/tbckr/sgpt/v2/cmd/sgpt@latest
sgpt version
unable to install
Search
[X] I did search for other open and closed issues before opening this
Project
[X] I have verified that I am using the Go implementation of SGPT (this project) and that it is not another project
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Hey @ralphpi,
thank you for reporting this bug!
Could you please also provide me the version of go you have installed (i.e. the output of go version)?
Thanks!
What happened?
When running
go install github.com/tbckr/sgpt/v2/cmd/sgpt@latest
This is returned
go: github.com/tbckr/sgpt/v2/cmd/sgpt@latest (in github.com/tbckr/sgpt/v2@v2.14.1): go.mod:3: invalid go version '1.22.2': must match format 1.23
How can we reproduce this?
go install github.com/tbckr/sgpt/v2/cmd/sgpt@latest
sgpt version
Search
Project
Code of Conduct
Additional context