From 6eb6bf700f57ffe178eefa57056a7aad6f904bff Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Fri, 24 Feb 2017 10:37:33 -0600 Subject: [PATCH] golang plugin package dependency requires 1.8 Signed-off-by: Mike Brown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0518be5..8f0ec34 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For sync communication we have a community slack with a #containerd channel that To build the daemon and `ctr` simple test client, the following build system dependencies are required: -* Go 1.7.x or above +* Go 1.8.x or above (requires 1.8 due to use of golang plugin(s)) * Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/google/protobuf/releases)) For proper results, install the `protoc` release into `/usr/local` on your build system. For example, the following commands will download and install the 3.1.0 release for a 64-bit Linux host: