diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b2d68c6..0b6c6de 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: - name: 安装Go(镜像) run: | - curl google.com + curl google.com # 使用国内镜像下载 Go wget https://mirrors.aliyun.com/golang/go1.25.1.linux-amd64.tar.gz -O go.tar.gz # 解压并设置环境变量