Update On Mon May 5 20:33:29 CEST 2025

This commit is contained in:
github-action[bot]
2025-05-05 20:33:30 +02:00
parent 40ece1c105
commit ef60db9f91
70 changed files with 887 additions and 820 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.24.2
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.2
go-version: ^1.24
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1