Skip to content

Commit d63bd84

Browse files
committed
go.mod: keep minimum go version at go1.21
Commit 3b263d0 updated the version of Go used to build containerd to go1.22, but also updated the version in go.mod. As there's currently not a requirement for go1.22, we can keep this at the minimum required version, and revert it to go1.21. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 69ae5c0 commit d63bd84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/containerd
22

3-
go 1.22
3+
go 1.21
44

55
require (
66
dario.cat/mergo v1.0.0

integration/client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/containerd/integration/client
22

3-
go 1.22
3+
go 1.21
44

55
require (
66
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24

0 commit comments

Comments
 (0)