-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
x/tools/cmd/getgo: cannot install Go 1.21 #63367
Labels
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Comments
gopherbot
added
the
Tools
This label describes issues relating to any tools in the x/tools repository.
label
Oct 4, 2023
@another-rex discovered that 1.21.1 is installable. |
andrewpollock
added a commit
to andrewpollock/osv.dev
that referenced
this issue
Oct 4, 2023
Work around golang/go#63367
Since Go 1.21, There is not go1.21, only go1.21.0. |
@go101 All I can say is installing go1.21.1 worked... and:
|
Duplicate of #62112 |
@andrewpollock go1.21.1 certainly works, because that release indeed exists, as well as go1.21.0. @seankhliao this should be different from #62112 |
see #60951 |
andrewpollock
added a commit
to google/osv.dev
that referenced
this issue
Oct 4, 2023
Install Go 1.21.1 in the CI image as it is actually installable via this installation method. Works around golang/go#63367 and fixes what was introduced in #1549 Adjust the installation method to match current documentation and add some signposting to it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I'll go with "yes"
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran https://github.com/google/osv.dev/blob/master/docker/ci/build.sh thusly:
What did you expect to see?
A successful Docker image build
What did you see instead?
Further analysis:
The text was updated successfully, but these errors were encountered: