ci: change GOPROXY
Some checks failed
checks / build (push) Failing after 48s
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-09-19 18:36:11 -04:00
parent 5977b39fe3
commit ce92afe037
GPG Key ID: D47306D7062CDA9D

View File

@ -31,7 +31,7 @@ jobs:
- name: Prepare
run: |
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GOPROXY=https://gocenter.io,direct
chown -R root:root /root/.ssh
- name: Build
run: make build