-
Notifications
You must be signed in to change notification settings - Fork 18k
import/path: issue title #69545
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
1.20 is no longer a supported version of go |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Go version
go version go1.20.14 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
go install golang.org/x/tools/cmd/goimports@latest
What did you see happen?
go: golang.org/x/tools/cmd/goimports@latest (in golang.org/x/tools@v0.25.0): go.mod:3: invalid go version '1.22.0': must match format 1.23
What did you expect to see?
A successful install.
This works: go install golang.org/x/tools/cmd/goimports@v0.24.0
This doesn't work: go install golang.org/x/tools/cmd/goimports@v0.24.0
The text was updated successfully, but these errors were encountered: