Merge pull request #11754 from stevenhorsman/go.mod-1.24.6-bump

versions: Tidy up go.mod versions
This commit is contained in:
Steve Horsman
2025-09-10 14:11:33 +01:00
committed by GitHub
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