Skip to content

Commit

Permalink
Explicitly use Go11Modules for go vet too
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jul 17, 2019
1 parent 2bd256f commit 886ac95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/verify-govet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ set -o errexit
set -o nounset
set -o pipefail

GO111MODULE=on
export GO111MODULE

go vet ./lepton/...
go vet ./cmd/...

0 comments on commit 886ac95

Please sign in to comment.