From 47fa603e1c74c122c15da592a1acbce35732d6eb Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Mon, 17 Oct 2022 12:45:12 -0400 Subject: [PATCH] Update required Go version in BUILDING.md Our main branch no longer builds successfully with Go 1.17. Signed-off-by: Phil Estes --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 4d4d59b01..a67fa5b73 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.17.x or above +* Go 1.18.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.