mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 01:43:04 +00:00
Merge pull request #11701 from alextibbles/go-stdlib-#11700
versions: sync go.mod with versions.yaml for go 1.23.12
This commit is contained in:
commit
3503bcdb50
@ -1,7 +1,7 @@
|
|||||||
module github.com/kata-containers/kata-containers/src/runtime
|
module github.com/kata-containers/kata-containers/src/runtime
|
||||||
|
|
||||||
// Keep in sync with version in versions.yaml
|
// Keep in sync with version in versions.yaml
|
||||||
go 1.23.0
|
go 1.23.12
|
||||||
|
|
||||||
// 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 kata-containers/csi-kata-directvolume
|
module kata-containers/csi-kata-directvolume
|
||||||
|
|
||||||
// Keep in sync with version in versions.yaml
|
// Keep in sync with version in versions.yaml
|
||||||
go 1.23.0
|
go 1.23.12
|
||||||
|
|
||||||
// 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 module-path
|
module module-path
|
||||||
|
|
||||||
// Keep in sync with version in versions.yaml
|
// Keep in sync with version in versions.yaml
|
||||||
go 1.23.0
|
go 1.23.12
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/sirupsen/logrus v1.9.3
|
github.com/sirupsen/logrus v1.9.3
|
||||||
|
@ -415,6 +415,7 @@ languages:
|
|||||||
golang:
|
golang:
|
||||||
description: "Google's 'go' language"
|
description: "Google's 'go' language"
|
||||||
notes: "'version' is the default minimum version used by this project."
|
notes: "'version' is the default minimum version used by this project."
|
||||||
|
# When updating this, also update in go.mod files.
|
||||||
version: "1.23.12"
|
version: "1.23.12"
|
||||||
meta:
|
meta:
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user