-
Notifications
You must be signed in to change notification settings - Fork 40k
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
The update-vendor.sh
is broken with GOPROXY=direct
#127623
Comments
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Though it looks like it was retracted:
Can you please open an issue in https://github.com/microsoft/hcsshim? and ping the MSFT folks i cc'ed above to get a new release of hcsshim out? ( Looks like you are trying to build with a strict |
I added a comment to microsoft/hcsshim#2162 (comment), I'll try to see if I can fetch these two :) |
update-vendor.sh
is broken with GOPROXY=direct
Adding to the milestone as a blocker to make sure we don't release before resolving this (though this is yet another reason why we are glad we vendor deps) |
good call @liggitt thanks |
/sig architecture |
Double checking, is this meant to be on the 1.32 milestone or 1.31? |
Oops, 1.32 |
Isn't this fixed by #127824 ? |
@dims: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What happened?
#126799 seems to have broken the vendor by adding a transitive dependency at a version that no longer exists
What did you expect to happen?
./hack/update-vendor.sh
should not failHow can we reproduce it (as minimally and precisely as possible)?
Run
./hack/update-vendor.sh
with an emtpy_output/
dirAnything else we need to know?
https://github.com/microsoft/hcsshim/blob/main/go.mod seems to be fixing the dependency but does not appear to be in any released version of
microsoft/hcsshim
Snip from
./hack/update-vendor.sh
logs:Kubernetes version
master
Cloud provider
irrelevant
OS version
Arch Linux 6.10.10-arch1-1
Install tools
Container runtime (CRI) and version (if applicable)
Related plugins (CNI, CSI, ...) and versions (if applicable)
The text was updated successfully, but these errors were encountered: