ci(build): use goproxy.cn
All checks were successful
submodules sync / sync (push) Successful in 38s
build / build (push) Successful in 1m14s
build / trigger-build-image (push) Successful in 8s

This commit is contained in:
张泊明518370910136 2024-11-28 13:59:44 -05:00
parent 11c2f65ea2
commit d0d9e0c0ce
GPG Key ID: D47306D7062CDA9D

View File

@ -14,7 +14,7 @@ jobs:
- name: Prepare - name: Prepare
run: | run: |
go env -w GO111MODULE=on go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct go env -w GOPROXY=https://goproxy.cn,direct
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.DEPLOY_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519.pub echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519.pub