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 # 解压并设置环境变量