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 <skitt@redhat.com>
This commit is contained in:
Stephen Kitt 2024-05-28 10:21:15 +02:00
parent 31686c5483
commit 5dae865602
No known key found for this signature in database
GPG Key ID: 1CC5FA453662A71D

View File

@ -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