ci(push): use goproxy.cn
Some checks failed
push / build (push) Failing after 1m9s

This commit is contained in:
张泊明518370910136 2024-11-28 14:04:07 -05:00
parent fa3f0a6698
commit 48ea377065
GPG Key ID: CA088E6D9284F870

View File

@ -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