Update Go to 1.25.3

This commit is contained in:
世界 2025-10-09 23:44:30 +08:00
parent 17b4d1e010
commit d0e1fd6c7e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 33 additions and 31 deletions

View file

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