Skip to content

Commit

Permalink
go.mod: go 1.22
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AkihiroSuda committed Apr 30, 2024
1 parent 2d56894 commit 1578288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -25,7 +25,7 @@ A codespace will open in a web-based version of Visual Studio Code. The [dev con

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

* Go 1.21.x or above
* Go 1.22.x or above
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/protocolbuffers/protobuf/releases))
* 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.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/containerd/containerd/v2

go 1.21
go 1.22.0

require (
dario.cat/mergo v1.0.0
Expand Down

0 comments on commit 1578288

Please sign in to comment.