From d47c0392dfeadd44582f96863aff898b593430b2 Mon Sep 17 00:00:00 2001 From: Murat Date: Wed, 8 Jul 2020 16:56:38 -0400 Subject: [PATCH] Updating build doc to require Go 1.13 Signed-off-by: Murat Kilic --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 5912e8f2a..33951fc3e 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.10.x or above +* Go 1.13.x or above except 1.14.x * Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/google/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. * `libseccomp` is required if you're building with seccomp support