Pin Go version to 1.25.7

This commit is contained in:
世界
2026-02-21 13:50:51 +08:00
parent b5800847ae
commit 6a95c66bc7
3 changed files with 8 additions and 8 deletions

View File

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