diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9a0b9bb..fa05c2d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,8 +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" - GO111MODULE: "on" - GOPROXY: "https://mirrors.aliyun.com/goproxy/,direct" + GOPROXY: "https://goproxy.io,direct" jobs: build: