From 21fda1d67cc0d5709c65409fe6ba2df252e979e8 Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Mon, 23 Sep 2019 15:17:07 -0400 Subject: [PATCH] Enable consistent GOPROXY Go 1.12/1.13 behavior. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a24a5276..4232588e 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ export GO111MODULE = on # opt-in to vendor deps across all go commands. export GOFLAGS = -mod=vendor +# enable consistent Go 1.12/1.13 GOPROXY behavior. +export GOPROXY = https://proxy.golang.org # Build