We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after latest commits (Sep 17, 2024) I get the following error whenever I run any go command:
go: downloading go1.23 (linux/amd64) go: download go1.23 for linux/amd64: toolchain not available
changing go 1.23 to go 1.23.0 in go.mod solved it for me
go 1.23
go 1.23.0
The text was updated successfully, but these errors were encountered:
Aha, it appears that, as of go v1.22, we should now specify the patch version with the go directive in go.mod. Argh.
go
go.mod
Sorry, something went wrong.
No branches or pull requests
after latest commits (Sep 17, 2024) I get the following error whenever I run any go command:
go: downloading go1.23 (linux/amd64) go: download go1.23 for linux/amd64: toolchain not available
changing
go 1.23
togo 1.23.0
in go.mod solved it for meThe text was updated successfully, but these errors were encountered: