From d33336e98d67859b09d2051354908a13d4c1bbba Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Sep 2024 18:39:01 -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 1a1c05a..618c858 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://gocenter.io,direct + go env -w GOPROXY=https://goproxy.io,direct chown -R root:root /root/.ssh - name: Build run: make build