From f411880c73c5416edbbc83ece725dd5da1a0136e Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Sat, 1 Aug 2020 23:54:15 -0400 Subject: [PATCH] Stop installing all commands before vetting --- hack/make-rules/vet.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hack/make-rules/vet.sh b/hack/make-rules/vet.sh index 81374d8139e..c63d6f778d6 100755 --- a/hack/make-rules/vet.sh +++ b/hack/make-rules/vet.sh @@ -31,10 +31,6 @@ if [[ "${CALLED_FROM_MAIN_MAKEFILE:-""}" == "" ]]; then exit 1 fi -# This is required before we run govet for the results to be correct. -# See https://github.com/golang/go/issues/16086 for details. -go install ./cmd/... - # Filter out arguments that start with "-" and move them to goflags. targets=() for arg; do