Update On Mon Sep 8 20:41:11 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-08 20:41:11 +02:00
parent 31ee540a0a
commit 74d2e7092c
127 changed files with 2387 additions and 1033 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.25.0
go-version: ^1.25.1
- 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.0
go-version: ^1.25.1
- name: Setup Android NDK
if: matrix.os == 'android'
uses: nttld/setup-ndk@v1