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