From 5dae8656025ceae904beffca51c0757beaa708cd Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 28 May 2024 10:21:15 +0200 Subject: [PATCH] update-kustomize: update the Go workspace Changing the kustomize version can also require updating the Go workspace, do this in the update. Signed-off-by: Stephen Kitt --- hack/update-kustomize.sh | 1 + 1 file changed, 1 insertion(+) 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