Update Go to 1.25.6

This commit is contained in:
世界 2026-01-17 05:10:43 +08:00
parent 3ce94d50dd
commit 8b404b5a4c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.25.5
go-version: ^1.25.6
- 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.5
go-version: ^1.25.6
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1