Upgrade JS and Go deps versions (#517)

This commit is contained in:
Thomas Miceli
2025-10-07 16:59:37 +02:00
committed by GitHub
parent f0a596aed0
commit f653179cbf
81 changed files with 2487 additions and 6227 deletions

View File

@@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go 1.23
- name: Set up Go 1.25
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.25"
- name: Cross compile build
run: make all_crosscompile