-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
golang: 1.16 update breaks dependent packages #14879
Comments
I think this is related to module-aware mode being enabled by default in 1.16. I'll take a look at this tonight. GOPATH mode (non-module mode) is going away in 1.17 - we may need to look into migrating/removing non-module Go packages in the near future. |
Sure is. Adding |
Sounds good to me - do you want to do a PR for this fix or should I? |
Here's a quick assessment, using the buildbots' faillog as a parameter:
If I add |
I have the files all ready, I just have to commit them, so I could easily do it. On a second thought, why leave otherwise working packages broken? I figure the change will only keep the status quo, so might as well just do it. I'll just open a PR. |
Maintainer: @jefferyto
Environment: master, 21.02, apparently all arches
Description:
Since the update, packages are failing like:
cni
Docker
The text was updated successfully, but these errors were encountered: