-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
run go get -d
at the end of prepping new env
#92
Conversation
WAT. Yeah, confirmed it works:
|
Is the Go team aware of this? 🤔 |
Currently discussed in Slack: https://gophers.slack.com/archives/C9BMAAFFB/p1649082684242099 |
FWIW, this turned out to be an interaction between The final
In this case, it's a bit more confusing because the newly-added explicit dependency also happens to be one of the versions that was already present — but more distant — in the module graph. 😅 |
Thank you, Bryan, for the explanation and the support through the prolonged conversation with us to understand this! |
For some reason, downloading the dependencies resolves away the ambiguity. It is not clear why that is and is currently being researched.
Fixes caddyserver/caddy#4331