We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e439b4 commit 21fda1dCopy full SHA for 21fda1d
Makefile
@@ -5,6 +5,8 @@
5
export GO111MODULE = on
6
# opt-in to vendor deps across all go commands.
7
export GOFLAGS = -mod=vendor
8
+# enable consistent Go 1.12/1.13 GOPROXY behavior.
9
+export GOPROXY = https://proxy.golang.org
10
11
# Build
12
0 commit comments