-
Notifications
You must be signed in to change notification settings - Fork 18k
proxy.golang.org: update to Go 1.13.3 to pick up the fix for #34477 #34991
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
I think the gopherbot gopls title matcher needs a little work... 🙂 |
The
|
There is a bug in the Probably |
Yeah, I hadn't tested this specifically without also getting |
Provisionally retitling to reflect the current working theory, but please do let me know if we find evidence that this is still an issue after 1.13.3. |
I was on 1.13. 1.13.3 does fix it. We're actually working on upgrading |
|
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?
Repeat with and without
GOPROXY=direct
, and checkgo.mod
.What did you expect to see?
The same output with/without a proxy.
What did you see instead?
With the default:
With
GOPROXY=direct
:Note the version differences in the last requirement line. I wrote a
go/bin
manager that manages tools via mod files as dotfiles, and this hits me when I sometimes setGOPROXY=direct
and the versions I have change (even though there was no update).The text was updated successfully, but these errors were encountered: