From a2d22ac0579f214996d3efd6203d0ad79ba70272 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 1 Apr 2022 18:22:00 +0900 Subject: [PATCH] BUILDING.md: update supported Go versions Signed-off-by: Akihiro Suda --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index e92a95d4c..3d2ba54e8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -14,7 +14,7 @@ This doc includes: To build the `containerd` daemon, and the `ctr` simple test client, the following build system dependencies are required: -* Go 1.13.x or above except 1.14.x +* Go 1.17.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.