diff --git a/Makefile b/Makefile index d335ed99..fc625104 100644 --- a/Makefile +++ b/Makefile @@ -244,6 +244,7 @@ define go-install-tool set -ex ;\ TMP_DIR=$$(mktemp -d) ;\ cd $$TMP_DIR ;\ +which go ;\ go mod init tmp ;\ echo "Downloading $(2)" ;\ GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\