Update On Fri Jun 20 20:38:16 CEST 2025

This commit is contained in:
github-action[bot]
2025-06-20 20:38:16 +02:00
parent 9885e4a4bf
commit e783736363
607 changed files with 95768 additions and 25533 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.24.4
go-version: ^1.24
- 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.4
go-version: ^1.24
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1