From f7982ca8ec7079683e7ecf9609a95fff0708bb37 Mon Sep 17 00:00:00 2001 From: huoxue Date: Sun, 12 May 2024 00:38:03 +0800 Subject: [PATCH] 243 --- .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 37ccb4e..ccbfe7b 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.io,direct" + GOPROXY: "https://goproxy.cn,direct" DOCKER_HOST: "tcp://localhost:2376" jobs: