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

@@ -29,7 +29,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: |-
@@ -72,7 +72,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.25.10
go-version: 1.25.12
- name: Clone cronet-go
if: matrix.naive
run: |