From 395f64c62ff8f2ffac9e86dab8f770d9afda4f65 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Sat, 14 Dec 2024 11:05:54 +0800 Subject: [PATCH] Update build.sh --- script/build.sh | 2 ++ 1 file changed, 2 insertions(+) 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