Update Go to 1.25.12

This commit is contained in:
世界
2026-07-27 11:56:17 +08:00
parent 1533244d34
commit 62cc3959b9
5 changed files with 17 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.25.10
go-version: 1.25.12
- name: Check input version
if: github.event_name == 'workflow_dispatch'
run: |-
@@ -124,7 +124,7 @@ jobs:
if: ${{ ! matrix.legacy_win7 }}
uses: actions/setup-go@v5
with:
go-version: ~1.25.10
go-version: 1.25.12
- name: Cache Go for Windows 7
if: matrix.legacy_win7
id: cache-go-for-windows7
@@ -132,7 +132,7 @@ jobs:
with:
path: |
~/go/go_win7
key: go_win7_1258
key: go_win7_12512
- name: Setup Go for Windows 7
if: matrix.legacy_win7 && steps.cache-go-for-windows7.outputs.cache-hit != 'true'
env:
@@ -649,7 +649,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.25.10
go-version: 1.25.12
- name: Setup Android NDK
id: setup-ndk
uses: nttld/setup-ndk@v1
@@ -743,7 +743,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.25.10
go-version: 1.25.12
- name: Setup Android NDK
id: setup-ndk
uses: nttld/setup-ndk@v1
@@ -842,7 +842,7 @@ jobs:
if: matrix.if
uses: actions/setup-go@v5
with:
go-version: ~1.25.10
go-version: 1.25.12
- name: Set tag
if: matrix.if
run: |-