Pin Go version to 1.25.7

This commit is contained in:
世界
2026-02-21 13:50:51 +08:00
parent f2ec82dd2a
commit 795eda967b
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -30,7 +30,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: |-
@@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.25.7
go-version: ~1.25.7
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1