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:
parent
4a6559be62
commit
281c327f60
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue