Enable consistent GOPROXY Go 1.12/1.13 behavior.

This commit is contained in:
Trevor Pounds 2019-09-23 15:17:07 -04:00
parent 4e439b4304
commit 21fda1d67c

@ -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