Update Go to 1.25.8

This commit is contained in:
世界
2026-03-06 17:19:06 +08:00
parent 4e0a953b98
commit 0e27312eda
4 changed files with 40 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.25.7
go-version: ~1.25.8
- name: Check input version
if: github.event_name == 'workflow_dispatch'
run: |-
@@ -78,7 +78,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.25.7
go-version: ~1.25.8
- name: Clone cronet-go
if: matrix.naive
run: |