From fbc01132f913ce63c2e68d66286a952fc2039ee6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jan 2019 20:42:49 -0800 Subject: [PATCH] Force-on Go modules in CI. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 925d123..1b3dc91 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GOCMD:=go +GOCMD:=GO111MODULE=on go # Local customizations to the above. ifneq ($(wildcard Makefile.defaults),)