-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import/path: issue title #69545
Comments
1.20 is no longer a supported version of go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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/[email protected]): 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/[email protected]
This doesn't work: go install golang.org/x/tools/cmd/[email protected]
The text was updated successfully, but these errors were encountered: