diff --git a/script/build.sh b/script/build.sh index a62771f..8c0152c 100644 --- a/script/build.sh +++ b/script/build.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash set -x -go env -w GO111MODULE=on -go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct -export GO111MODULE=on -export GOPROXY=https://goproxy.cn,https://goproxy.io,direct +#go env -w GO111MODULE=on +#go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct +#export GO111MODULE=on +#export GOPROXY=https://goproxy.cn,https://goproxy.io,direct THIS_FILE=$(readlink -f $0) THIS_DIR=$(dirname $THIS_FILE) ROOT_DIR=${THIS_DIR}/..