diff --git a/Makefile b/Makefile index 114bad36..2dfbf5f8 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,11 @@ install: go.sum ######################################## ### Tools & dependencies +go-mod-cache: go.sum + @echo "--> Download go modules to local cache" + @go mod download +PHONY: go-mod-cache + go.sum: go.mod @echo "--> Ensuring dependencies have not been modified" @go mod verify