diff --git a/hack/update-kustomize.sh b/hack/update-kustomize.sh index 19cdaeeb0bf..3f6b3f2ea21 100755 --- a/hack/update-kustomize.sh +++ b/hack/update-kustomize.sh @@ -55,6 +55,7 @@ fi ./hack/update-vendor.sh ./hack/update-internal-modules.sh +./hack/update-go-workspace.sh ./hack/lint-dependencies.sh sed -i'' -e "s/const kustomizeVersion.*$/const kustomizeVersion = \"${LATEST_KUSTOMIZE}\"/" staging/src/k8s.io/kubectl/pkg/cmd/version/version.go