ci: fix go env
Some checks failed
continuous-integration/drone/push Build is passing
checks / build (push) Failing after 1m1s

This commit is contained in:
张泊明518370910136 2024-09-19 18:14:29 -04:00
parent 179b420fbc
commit 4ee63c621f
GPG Key ID: D47306D7062CDA9D

View File

@ -30,6 +30,7 @@ jobs:
run: go version run: go version
- name: Prepare - name: Prepare
run: | run: |
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct go env -w GOPROXY=https://goproxy.cn,direct
chown -R root:root /root/.ssh chown -R root:root /root/.ssh
- name: Build - name: Build