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 module github.com/kata-containers/kata-containers/src/tools/log-parser
// Keep in sync with version in versions.yaml // Keep in sync with version in versions.yaml
go 1.23 go 1.24.6
require ( require (
github.com/BurntSushi/toml v1.1.0 github.com/BurntSushi/toml v1.1.0

View File

@@ -1,7 +1,7 @@
module github.com/kata-containers/tests module github.com/kata-containers/tests
// Keep in sync with version in versions.yaml // Keep in sync with version in versions.yaml
go 1.23 go 1.24.6
// WARNING: Do NOT use `replace` directives as those break dependabot: // WARNING: Do NOT use `replace` directives as those break dependabot:
// https://github.com/kata-containers/kata-containers/issues/11020 // https://github.com/kata-containers/kata-containers/issues/11020

View File

@@ -1,7 +1,7 @@
module example.com/m module example.com/m
// Keep in sync with version in versions.yaml // Keep in sync with version in versions.yaml
go 1.23 go 1.24.6
require ( require (
github.com/BurntSushi/toml v1.3.2 github.com/BurntSushi/toml v1.3.2