sgpt
sgpt copied to clipboard
Invalid go version '1.22.2': must match format 1.23
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/[email protected]): 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
Additional context
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
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!