From ad42bf00e5a5dbe11bee380311e26f720a61b9d2 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 15 Oct 2019 14:13:25 -0400 Subject: [PATCH] fix: go-mod-cache for ci --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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