Skip to content

Commit

Permalink
Bump govulncheck version to 1.1.0
Browse files Browse the repository at this point in the history
This commit will bump govulncheck version
1.0.1 -> 1.1.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
  • Loading branch information
ArkaSaha30 committed May 10, 2024
1 parent b2b6734 commit 05f6c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-govulncheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1
go install golang.org/x/vuln/cmd/govulncheck@v1.1.0

# KUBE_VERIFY_GIT_BRANCH is populated in verify CI jobs
BRANCH="${KUBE_VERIFY_GIT_BRANCH:-master}"
Expand Down

0 comments on commit 05f6c5a

Please sign in to comment.