fix: correct go.mod to 1.24 (go 1.25 does not exist)

Also use go-version-file in CI so go.mod and workflow stay in sync.
This commit is contained in:
Franz Kafka 2026-03-22 02:19:12 +00:00
parent 4a6559be62
commit 281c327f60
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: https://github.com/actions/setup-go@v5
with:
go-version: '1.24'
go-version-file: go.mod
- name: Test
run: go test -race -v ./...