Update On Fri Jul 18 20:40:11 CEST 2025

This commit is contained in:
github-action[bot]
2025-07-18 20:40:11 +02:00
parent 269634f2ed
commit 8b957c3b3f
71 changed files with 1406 additions and 1084 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.24
go-version: ^1.24.5
- name: Check input version
if: github.event_name == 'workflow_dispatch'
run: |-
@@ -66,7 +66,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.24
go-version: ^1.24.5
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1