mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #125864 from ArkaSaha30/bump-govulncheck-master
Bump govulncheck to 1.1.2
This commit is contained in:
commit
95debfb5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.0
|
||||
go install golang.org/x/vuln/cmd/govulncheck@v1.1.2
|
||||
|
||||
# KUBE_VERIFY_GIT_BRANCH is populated in verify CI jobs
|
||||
BRANCH="${KUBE_VERIFY_GIT_BRANCH:-master}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue