diff --git a/vet.sh b/vet.sh index b41df6dc860..4012b051d8d 100755 --- a/vet.sh +++ b/vet.sh @@ -28,7 +28,7 @@ cleanup() { } trap cleanup EXIT -PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}" +PATH="${HOME}/go/bin:${GOROOT}/bin:${PATH}" if [[ "$1" = "-install" ]]; then # Check for module support