Update On Tue Oct 14 20:41:19 CEST 2025

This commit is contained in:
github-action[bot]
2025-10-14 20:41:20 +02:00
parent 5671bc8528
commit 21107cea32
95 changed files with 7094 additions and 1114 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.25.2
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.2
go-version: ^1.25.3
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1