From 89b9a05234699350efcf4a77122d51a4978fa547 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Fri, 27 May 2022 14:42:45 -0400 Subject: [PATCH] Update make file to download dependencies --- Makefile | 1 + 1 file changed, 1 insertion(+) 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)