update go1.25
Some checks failed
Build Debug / BuildDebug (push) Has been cancelled
Build Pre-Release / BuildPreRelease (push) Has been cancelled

This commit is contained in:
wwqgtxx 2025-08-13 18:27:57 +08:00
parent 734d0331bc
commit f6a4e8987d
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- uses: actions/cache@v4
with:

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- uses: actions/cache@v4
with:

View File

@ -31,7 +31,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- uses: actions/cache@v4
with:

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.25"
- uses: actions/cache@v4
with: