ci: bump go version to 1.25

This commit is contained in:
鲁树人
2025-09-06 23:59:55 +09:00
parent 35dbfdc5d1
commit 1b62887619

View File

@@ -38,10 +38,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go 1.23 - name: Set up Go 1.25
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: ^1.23 go-version: ^1.25
- name: Setup vars - name: Setup vars
id: vars id: vars