Update make file to download dependencies

This commit is contained in:
Abdul Rabbani 2022-05-27 14:42:45 -04:00
parent 27d9413544
commit 89b9a05234

View File

@ -28,6 +28,7 @@ $(BIN)/gometalinter.v2:
.PHONY: installtools
installtools: | $(LINT) $(GOOSE) $(GINKGO)
echo "Installing tools"
go mod download
.PHONY: metalint
metalint: | $(METALINT)