Add GOPROXY.

This commit is contained in:
zicla
2019-05-29 02:54:23 +08:00
parent af41e894bf
commit b12cc3f306
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,9 @@
# version name
VERSION_NAME=tank-3.0.2
echo "VERSION_NAME: ${VERSION_NAME}"
# golang proxy
GOPROXY=https://athens.azurefd.net
echo "GOPROXY: ${GOPROXY}"
# eg. amd64
GOARCH=$(go env GOARCH)
echo "GOARCH: ${GOARCH}"