Use go 1.22 and update deps (#244)

This commit is contained in:
Thomas Miceli
2024-05-05 00:38:06 +02:00
committed by GitHub
parent 1ec77590e9
commit 0757c4e7fb
8 changed files with 157 additions and 533 deletions

View File

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