diff --git a/hack/bump-k8s.sh b/hack/bump-k8s.sh index a77c4f979..e350e7f17 100755 --- a/hack/bump-k8s.sh +++ b/hack/bump-k8s.sh @@ -14,6 +14,8 @@ git checkout master popd >/dev/null git reset --hard HEAD && git clean -xdff + +export GOPROXY=direct go get k8s.io/kubernetes@HEAD go mod tidy go mod vendor