Skip to content

Commit 21fda1d

Browse files
committed
Enable consistent GOPROXY Go 1.12/1.13 behavior.
1 parent 4e439b4 commit 21fda1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
export GO111MODULE = on
66
# opt-in to vendor deps across all go commands.
77
export GOFLAGS = -mod=vendor
8+
# enable consistent Go 1.12/1.13 GOPROXY behavior.
9+
export GOPROXY = https://proxy.golang.org
810

911
# Build
1012

0 commit comments

Comments
 (0)