-
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
cmd/go/internal/{modfetch,modload}: long tests fail when GOPROXY is set without GOSUMDB #31964
Comments
Somewhat predictably, this bisects to CL 173951. |
|
That module is only fetchable with tip Go. The sum DB runs 1.12 and can't get it. |
That seems like a general usability problem: there will likely always be some modules that the HEAD |
In some sense, sure. But I would think that needing to use tip Go is a much more serious usability problem than having to set When to upgrade the services' Go version is an open question, but it definitely can't be tracking tip and permanently recording any bugs. |
Change https://golang.org/cl/176538 mentions this issue: |
CC @jayconrod @rsc
The text was updated successfully, but these errors were encountered: