From ce92afe0375e7707c2e9ed777031cd88695a1bb8 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Sep 2024 18:36:11 -0400 Subject: [PATCH] ci: change GOPROXY --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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