diff --git a/script/build.sh b/script/build.sh index f5ba907..269ee60 100644 --- a/script/build.sh +++ b/script/build.sh @@ -7,6 +7,8 @@ pwd echo "开始build" +export GOPROXY=https://goproxy.cn,direct + go mod tidy go mod vendor