Change the default goproxy.

This commit is contained in:
lishuang
2022-03-20 16:18:43 +08:00
parent c6836f3654
commit 0c825c65d4
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
VERSION_NAME=tank-3.1.4
echo "VERSION_NAME: ${VERSION_NAME}"
# golang proxy
GOPROXY=https://athens.azurefd.net
GOPROXY=https://goproxy.cn
echo "GOPROXY: ${GOPROXY}"
# eg. amd64
GOARCH=$(go env GOARCH)