Enable consistent GOPROXY Go 1.12/1.13 behavior.
This commit is contained in:
parent
4e439b4304
commit
21fda1d67c
2
Makefile
2
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user