You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: