From ac9d3f17eaac09c20ac82ac7c0fa1a12b1e7f740 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Sep 2024 18:00:24 -0400 Subject: [PATCH] feat: use CN mirror --- .gitea/workflows/test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5a6e29c..5fb53f8 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,9 +14,10 @@ jobs: - name: Check out repository code uses: https://gitea.com/BoYanZh/checkout@focs - name: Setup Go 1.23.1 - uses: https://gitea.com/actions/setup-go@v3 - with: - go-version: 1.23.1 + run: | + wget https://studygolang.com/dl/golang/go1.23.1.linux-amd64.tar.gz + rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.1.linux-amd64.tar.gz + rm -rf go1.23.1.linux-amd64.tar.gz - name: Sanity Check run: | ls -lha