ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-06-26 15:13:58 +08:00
parent 3719222151
commit 1046c760df

View File

@@ -56,7 +56,6 @@ jobs:
GO_VERSION="1.22.0" GO_VERSION="1.22.0"
GO_ARCH="linux-amd64" GO_ARCH="linux-amd64"
MIRRORS=( MIRRORS=(
"https://golang.google.cn/dl/go${GO_VERSION}.${GO_ARCH}.tar.gz"
"https://mirrors.aliyun.com/golang/go${GO_VERSION}.${GO_ARCH}.tar.gz" "https://mirrors.aliyun.com/golang/go${GO_VERSION}.${GO_ARCH}.tar.gz"
"https://mirrors.huaweicloud.com/golang/go${GO_VERSION}.${GO_ARCH}.tar.gz" "https://mirrors.huaweicloud.com/golang/go${GO_VERSION}.${GO_ARCH}.tar.gz"
"https://mirrors.tencent.com/go/go${GO_VERSION}.${GO_ARCH}.tar.gz" "https://mirrors.tencent.com/go/go${GO_VERSION}.${GO_ARCH}.tar.gz"