Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify update-vendor.sh to use go work sync #123627

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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