Skip to content

Commit 1578288

Browse files
committed
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 <[email protected]>
1 parent 2d56894 commit 1578288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A codespace will open in a web-based version of Visual Studio Code. The [dev con
2525

2626
To build the `containerd` daemon, and the `ctr` simple test client, the following build system dependencies are required:
2727

28-
* Go 1.21.x or above
28+
* Go 1.22.x or above
2929
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/protocolbuffers/protobuf/releases))
3030
* Btrfs headers and libraries for your distribution. Note that building the btrfs driver can be disabled via the build tag `no_btrfs`, removing this dependency.
3131

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/v2
22

3-
go 1.21
3+
go 1.22.0
44

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

0 commit comments

Comments
 (0)