From 80d2c10f8cda7e67f4fea6bf7485c6e883a16127 Mon Sep 17 00:00:00 2001 From: Sebastian Vidrio Date: Wed, 7 Oct 2020 23:43:51 +0000 Subject: [PATCH] Change all Makefile targets to use go modules [#171660042](https://www.pivotaltracker.com/story/show/171660042) Co-authored-by: Lisa Burns --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c9767831395..2c692ccfc90 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ ginkgo_int = ginkgo $(GINKGO_INT_FLAGS) GINKGO_UNITS_FLAGS=$(GINKGO_FLAGS) -randomizeSuites -p ginkgo_units = ginkgo $(GINKGO_UNITS_FLAGS) +export GOFLAGS=-mod=vendor all: lint test build