go.mod: go 1.22

Depended by k8s.io/cri-api >= v0.30.0 (Kubernetes v1.30, PR 10019)
https://github.com/kubernetes/cri-api/blob/v0.30.0/go.mod#L5

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2024-04-23 10:41:40 +09:00
parent 2d5689434d
commit 15782881ee
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/containerd/containerd/v2
go 1.21
go 1.22.0
require (
dario.cat/mergo v1.0.0