1
0

Use go 1.22 and update deps (#244)

هذا الالتزام موجود في:
Thomas Miceli
2024-05-05 00:38:06 +02:00
ملتزم من قبل GitHub
الأصل 1ec77590e9
التزام 0757c4e7fb
8 ملفات معدلة مع 157 إضافات و533 حذوفات

عرض الملف

@@ -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