Use user-defined GOPROXY if possible

This commit is contained in:
Zheng Piaodan 2020-03-13 17:55:30 +08:00 committed by J Guerreiro
parent fe091f7578
commit 942947fac4

View file

@ -1,5 +1,6 @@
export GO111MODULE=on
export GOPROXY=https://proxy.golang.org
GOPROXY ?= https://proxy.golang.org
export GOPROXY
BUILD_TAG = devel
ARCH ?= $(shell uname -m)