ci: change GOPROXY
All checks were successful
continuous-integration/drone/push Build is passing
checks / build (push) Successful in 1m5s

This commit is contained in:
张泊明518370910136 2024-09-19 18:39:01 -04:00
parent ce92afe037
commit d33336e98d
GPG Key ID: D47306D7062CDA9D

View File

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