Skip to content
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

fix: update to concrete toolchain version go.mod #298

Merged
merged 1 commit into from
May 5, 2024

Conversation

conrad760
Copy link
Contributor

Thank you for the updates.
I do see a warning now though about the toolchain name.
Here are the docs I found
Go toolchain names

Before Go 1.21, the initial release of a Go toolchain was version 1.N, not 1.N.0, so for N < 21, the ordering is adjusted to place 1.N after the release candidates.

1.22 should to be 1.22.0

reproduce on darwin/arm64.

$ go version
go: downloading go1.22 (darwin/arm64)
go: download go1.22 for darwin/arm64: toolchain not available

@j178 j178 merged commit 9f64565 into j178:master May 5, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants