feat: 优化构建流程,使用预编译二进制文件

This commit is contained in:
eryajf
2025-09-29 10:11:02 +08:00
parent 62b3cb6b70
commit 780ac14a8f
3 changed files with 34 additions and 16 deletions

View File

@@ -23,7 +23,8 @@ jobs:
- name: 设置Go环境
uses: actions/setup-go@v5
with:
go-version: '1.25'
go-version-file: "src/go.mod"
cache-dependency-path: "src/go.sum"
- name: 获取版本号
id: version