mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 12:59:36 +00:00
Merge pull request #11754 from stevenhorsman/go.mod-1.24.6-bump
versions: Tidy up go.mod versions
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user