mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
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:
parent
31686c5483
commit
5dae865602
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user