diff --git a/vet.sh b/vet.sh index b41df6dc8607..4316b3419f4d 100755 --- a/vet.sh +++ b/vet.sh @@ -28,8 +28,6 @@ cleanup() { } trap cleanup EXIT -PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}" - if [[ "$1" = "-install" ]]; then # Check for module support if go help mod >& /dev/null; then