ci: 升级 CI Go 版本到 1.25

This commit is contained in:
ZacharyZcR
2026-06-12 11:41:49 +08:00
parent 6b5bc191ca
commit 66b175d623
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
uses: ./.github/actions/build-release
with:
mode: ${{ inputs.snapshot && 'snapshot' || 'release' }}
go-version: '1.20'
go-version: '1.25'
retention-days: '90'
release-args: ${{ inputs.draft && '--draft' || '' }}