Skip to content

Commit 05b076b

Browse files
authored
Merge pull request kubernetes#123627 from liggitt/go-workspaces-update-vendor
simplify update-vendor.sh to use `go work sync`
2 parents 5c96d8d + 27c41e7 commit 05b076b

File tree

7 files changed

+117
-990
lines changed

7 files changed

+117
-990
lines changed

go.work.sum

Lines changed: 0 additions & 713 deletions
Large diffs are not rendered by default.

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)