Merge pull request #128220 from cpanato/update-zeitgeist

update zeitgeist to v0.5.4
This commit is contained in:
Kubernetes Prow Robot 2024-10-21 17:38:58 +01:00 committed by GitHub
commit 28a1322746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ dependencies:
#
# ref: https://github.com/kubernetes/kubernetes/pull/98845
- name: "zeitgeist"
version: "v0.5.3"
version: "v0.5.4"
refPaths:
- path: hack/verify-external-dependencies-version.sh
match: sigs.k8s.io/zeitgeist@v.*

View File

@ -31,7 +31,7 @@ export GOBIN="${KUBE_OUTPUT_BIN}"
PATH="${GOBIN}:${PATH}"
# Install zeitgeist
go install sigs.k8s.io/zeitgeist@v0.5.3
go install sigs.k8s.io/zeitgeist@v0.5.4
# Prefer full path for running zeitgeist
ZEITGEIST_BIN="$(which zeitgeist)"