versions: Tidy up go.mod versions

Update go 1.23 references to go 1.24.6 to match
versions.yaml

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-09-03 15:02:12 +01:00
committed by Steve Horsman
parent 4644a02871
commit 87356269d8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
module github.com/kata-containers/kata-containers/src/tools/log-parser
// Keep in sync with version in versions.yaml
go 1.23
go 1.24.6
require (
github.com/BurntSushi/toml v1.1.0