From f7c751ed13610e0b65ba35bc6cc66bf5e707ac23 Mon Sep 17 00:00:00 2001 From: 王家文 Date: Mon, 29 Apr 2024 23:49:13 +0800 Subject: [PATCH] build📦️:构建脚本 --- sh/prod/build.sh | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/sh/prod/build.sh b/sh/prod/build.sh index e9ae944..9237e79 100644 --- a/sh/prod/build.sh +++ b/sh/prod/build.sh @@ -3,6 +3,7 @@ export GOPATH="/code/go:/code/go/apigame" export GO111MODULE=on +export GOPROXY=https://goproxy.io,direct codedir=/code/go/apigame/src cd ${codedir} -- libgit2 0.21.0