-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/net: Can't install golang.org/x/net/publicsuffix #29771
Comments
This succeeds for me on |
Thanks, that fixed it. Maybe this issue could be changed to be about better error messaging for corrupt module caches? Anyway, I'll just close it for now. |
cc @bcmills, in case he thinks |
Our first line of defense against corrupt caches is |
@bcmills I see. Unfortunately, this is a case where this is no go.sum (a new package, or an old one being converted to a module for the first time). |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
No error.
What did you see instead?
The text was updated successfully, but these errors were encountered: