Update Go version in GitHub Actions workflow to 1.24

This commit is contained in:
2025-07-26 16:37:09 +02:00
parent 8e717608c5
commit 427ea7fbd9

View File

@@ -9,6 +9,7 @@ on:
- "go.mod"
- "go.sum"
- "webui/webui.go"
- ".github/workflows/go_test.yaml"
pull_request:
branches:
- main
@@ -24,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
cache: true
- name: Run Tests
run: go test -tags=test ./... -v