diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 639242e..1a1c05a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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