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
Does this issue reproduce with the latest release?
I am trying to download 1.19rc1
go install golang.org/dl/1.19rc1@latest
go: golang.org/dl/1.19rc1@latest: module golang.org/dl@latest found (v0.0.0-20220706180819-0ef8f243a9a9), but does not contain package golang.org/dl/1.19rc1
What operating system and processor architecture are you using (go env)?
go install golang.org/dl/1.19rc1@latest
go: golang.org/dl/1.19rc1@latest: module golang.org/dl@latest found (v0.0.0-20220706180819-0ef8f243a9a9), but does not contain package golang.org/dl/1.19rc1
What did you expect to see?
download go1.19rc1 without any problem
What did you see instead?
not contain package golang.org/dl/1.19rc1
The text was updated successfully, but these errors were encountered:
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I am trying to download 1.19rc1
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
download go1.19rc1 without any problem
What did you see instead?
not contain package golang.org/dl/1.19rc1
The text was updated successfully, but these errors were encountered: