Update make file to download dependencies
This commit is contained in:
parent
27d9413544
commit
89b9a05234
1
Makefile
1
Makefile
@ -28,6 +28,7 @@ $(BIN)/gometalinter.v2:
|
|||||||
.PHONY: installtools
|
.PHONY: installtools
|
||||||
installtools: | $(LINT) $(GOOSE) $(GINKGO)
|
installtools: | $(LINT) $(GOOSE) $(GINKGO)
|
||||||
echo "Installing tools"
|
echo "Installing tools"
|
||||||
|
go mod download
|
||||||
|
|
||||||
.PHONY: metalint
|
.PHONY: metalint
|
||||||
metalint: | $(METALINT)
|
metalint: | $(METALINT)
|
||||||
|
Loading…
Reference in New Issue
Block a user