From 7a14c39d81f711433060a10129ff3c49aaf8c528 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 27 Apr 2019 14:51:33 -0700 Subject: [PATCH] Export Go module variables in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 988219ea..ca33b73b 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ ifndef $(GOPATH) endif # Set go modules to on and use GoCenter for immutable modules -GO111MODULE=on -GOPROXY=https://gocenter.io +export GO111MODULE = on +export GOPROXY = https://gocenter.io build: go build -o bin/wtf