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

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/metamorphosis-dev/kafka
go 1.25.0
go 1.24
require (
github.com/BurntSushi/toml v1.5.0