From 7df316eb201fef57b3ef18784a32487630e296be Mon Sep 17 00:00:00 2001 From: YGXB_net <1+ygxbnet@noreply.localhost> Date: Thu, 23 Apr 2026 16:29:09 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a9c005a..b2d68c6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,6 +12,7 @@ jobs: - name: 安装Go(镜像) run: | + curl google.com # 使用国内镜像下载 Go wget https://mirrors.aliyun.com/golang/go1.25.1.linux-amd64.tar.gz -O go.tar.gz # 解压并设置环境变量