diff --git a/Makefile b/Makefile index c128ff6a..f023c2e1 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ $(BIN)/gometalinter.v2: .PHONY: installtools installtools: | $(LINT) $(GOOSE) $(GINKGO) echo "Installing tools" + go mod download .PHONY: metalint metalint: | $(METALINT)