ci: 升级 CI Go 版本到 1.25

This commit is contained in:
ZacharyZcR
2026-06-14 22:23:45 +08:00
parent 9d38874a03
commit 4b79cb7a18
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' || '' }}