-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: Fails with 400 Bad Request error #62112
Comments
Thanks for reporting this. CC @golang/tools-team as owners of this component. Also CC @golang/release as FYI since this is related to the user experience of Go toolchain downloads. We try to provide a good experience at https://go.dev/dl/ and via the |
For what it's worth, the problem in |
FYI, it looks like this was fixed back in 2021 with this commit, related to this issue: #42676 I'm assuming no-one has published a new build to |
is there any update on this? I'm attempting to get Podman up and running, which is a point of failure in the process. |
For users who depended on |
I had same problems...while install downloading go from 400 bad request failed with http status %!s(missing) |
Same problem on two different systems. Local gwolf@orion$ ./go_installer This one is a container on a remote root@egress-tornado:~# ./go_installer |
A document that uses this installer is the first result on Google when you search "Install golang" and "download golang" so golang needs to either fix it or update the page. |
Just curious, which page did Google search turn up? None of the results for me included this term. But I agree that any docs we maintain should promote only accurate answers, and the tool's own documentation should make its status clear. |
This comment was marked as duplicate.
This comment was marked as duplicate.
Closing - |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
When fetching with
curl -LO https://get.golang.org/$(uname)/go_installer
yes.What operating system and processor architecture are you using (
go env
)?Debion Linux on an AMD Ryzen processor.
What did you do?
curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
What did you expect to see?
A correct installation.
What did you see instead?
Hopefully this can be fixed, or perhaps it just moves up the timeline for #60951
The text was updated successfully, but these errors were encountered: