fix builder go version

This commit is contained in:
2025-10-08 10:36:09 +02:00
parent da48994744
commit 253ef8262e

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.22.11
go-version: 1.24.0
- name: Build the executables
run: ./mkrel.sh tablizer ${{ github.ref_name}}