Skip to content

Commit ada932a

Browse files
committed
Simplify update-vendor.sh to use go work sync
1 parent daf76e6 commit ada932a

File tree

6 files changed

+117
-277
lines changed

6 files changed

+117
-277
lines changed

hack/make-rules/update.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ if ! ${ALL} ; then
3636
fi
3737

3838
BASH_TARGETS=(
39-
update-go-workspace
4039
update-codegen
4140
update-generated-api-compatibility-data
4241
update-generated-docs

hack/update-go-workspace.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

hack/update-kustomize.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ fi
5555

5656
./hack/update-vendor.sh
5757
./hack/update-internal-modules.sh
58-
./hack/update-go-workspace.sh
5958
./hack/lint-dependencies.sh
6059

6160
sed -i'' -e "s/const kustomizeVersion.*$/const kustomizeVersion = \"${LATEST_KUSTOMIZE}\"/" staging/src/k8s.io/kubectl/pkg/cmd/version/version.go

0 commit comments

Comments
 (0)