We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea466e commit 7be52adCopy full SHA for 7be52ad
hack/verify-govulncheck.sh
@@ -27,7 +27,7 @@ kube::util::ensure_clean_working_dir
27
# This sets up the environment, like GOCACHE, which keeps the worktree cleaner.
28
kube::golang::setup_env
29
30
-go install golang.org/x/vuln/cmd/[email protected].0
+go install golang.org/x/vuln/cmd/[email protected].2
31
32
# KUBE_VERIFY_GIT_BRANCH is populated in verify CI jobs
33
BRANCH="${KUBE_VERIFY_GIT_BRANCH:-master}"
0 commit comments