Skip to content

Commit

Permalink
Merge pull request kubernetes#123627 from liggitt/go-workspaces-updat…
Browse files Browse the repository at this point in the history
…e-vendor

simplify update-vendor.sh to use `go work sync`
  • Loading branch information
k8s-ci-robot authored Oct 11, 2024
2 parents 5c96d8d + 27c41e7 commit 05b076b
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 990 deletions.
713 changes: 0 additions & 713 deletions go.work.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion hack/make-rules/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if ! ${ALL} ; then
fi

BASH_TARGETS=(
update-go-workspace
update-codegen
update-generated-api-compatibility-data
update-generated-docs
Expand Down
41 changes: 0 additions & 41 deletions hack/update-go-workspace.sh

This file was deleted.

1 change: 0 additions & 1 deletion hack/update-kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ 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
Expand Down
Loading

0 comments on commit 05b076b

Please sign in to comment.