diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index dfc4ec4..5e315a6 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -16,7 +16,7 @@ jobs: - name: Prepare run: | go env -w GO111MODULE=on - go env -w GOPROXY=https://goproxy.io,direct + go env -w GOPROXY=https://goproxy.cn,direct mkdir -p ~/.ssh echo "${{ secrets.DEPLOY_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519.pub