-
Notifications
You must be signed in to change notification settings - Fork 18k
go.dev/dl/: wrong version for darwin-amd64 #64768
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
Comments
are you sure you're checking the version of go that you've just downloaded? |
for the same artifact, extracted, we see:
and
|
Here is the output command that I used
|
|
I don't have any
Here is my
|
After deleting the
|
is |
There is no
|
the file? |
The result is
|
right so the go command is working as expected, and performing a download / version switch as indicated by |
Go version
go1.21.4
What operating system and processor architecture are you using (
go env
)?What did you do?
Download latest go version from : https://go.dev/dl/
What did you expect to see?
go version go1.21.5 darwin/amd64
What did you see instead?
go version go1.21.4 darwin/amd64
The text was updated successfully, but these errors were encountered: