-
Notifications
You must be signed in to change notification settings - Fork 18k
proxy.golang.org: 400 Bad Request #32765
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
Where did that pseudoversion come from? The correct pseudoversion for that commit seems to be |
The issue got fixed after I updated the package. I don't touch the mod file directly, must be one the steps in the build that updated the version. I run goimports and go test as part of my build. |
I'm glad it's working for you, but I'd really like to know where the bad version came from, especially since it'll break in 1.13. Can you tell me anything about what might have caused it? |
I spent some time trying to reproduce the issue but have not been successful. |
Very strange. Well, thanks for trying. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Have not checked.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go clean --modcache
go build
What did you expect to see?
Clean build with no errors
What did you see instead?
cannot load golang.org/x/sys/unix: unexpected status (https://proxy.golang.org/golang.org/x/sys/@v/v0.0.0-20190624145334-c5567b49c5d0.zip): 400 Bad Request
The build works if I unset the GOPROXY.
The text was updated successfully, but these errors were encountered: