Merge pull request #132820 from dims/update-to-v1.1.4-for-golang.org/x/vuln/cmd/govulncheck

Update to v1.1.4 for golang.org/x/vuln/cmd/govulncheck
This commit is contained in:
Kubernetes Prow Robot 2025-07-08 20:01:33 -07:00 committed by GitHub
commit 4fedef93d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ kube::util::ensure_clean_working_dir
# This sets up the environment, like GOCACHE, which keeps the worktree cleaner.
kube::golang::setup_env
go install golang.org/x/vuln/cmd/govulncheck@v1.1.2
go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
# KUBE_VERIFY_GIT_BRANCH is populated in verify CI jobs
BRANCH="${KUBE_VERIFY_GIT_BRANCH:-master}"