Update On Sun Nov 23 19:37:03 CET 2025

This commit is contained in:
github-action[bot]
2025-11-23 19:37:03 +01:00
parent c5f644c0b0
commit de15f1c914
71 changed files with 643 additions and 381 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.25.3
go-version: ^1.25.4
- 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.3
go-version: ^1.25.4
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1