Skip to content

Commit

Permalink
Opt into using go modules
Browse files Browse the repository at this point in the history
Signed-off-by: arkas1 <arkas1@vmware.com>
  • Loading branch information
arkas1 committed May 10, 2024
1 parent bc2983c commit eedb7a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/verify-govulncheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ kube::util::ensure_clean_working_dir

# This sets up the environment, like GOCACHE, which keeps the worktree cleaner.
kube::golang::setup_env
# Opt into using go modules
export GO111MODULE=on

go install golang.org/x/vuln/cmd/govulncheck@v1.1.0

Expand Down

0 comments on commit eedb7a2

Please sign in to comment.