From c22d8bf76aaf786a9758952c850d3f3a0c8be692 Mon Sep 17 00:00:00 2001 From: huoxue Date: Fri, 10 May 2024 00:24:26 +0800 Subject: [PATCH] 123 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f928f99..b00d552 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ env: COMMIT_ID: "${{ github.sha }}" PR_PROMPT: "::warning:: Build artifact will not be uploaded due to the workflow is trigged by pull request." LD_FLAGS: "-w -s" - GOPROXY: "https://goproxy.cn,direct" + GOPROXY: "https://mirrors.aliyun.com/goproxy/,direct" jobs: build: