mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
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:
commit
4fedef93d1
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.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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue