From b12fbe0b1514783c102caefcb930ac7c1ef7fa30 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Thu, 9 Jun 2016 16:21:55 -0700 Subject: [PATCH] readme: Mention the go 1.6 requirement in the README for building runc Signed-off-by: Mrunal Patel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b54346ce3..3577e94e5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ on the specs repository and support the update spec. ### Building: -At the time of writing, runc only builds on the Linux platform. +At the time of writing, runc only builds on the Linux platform and requires go version 1.6 or higher. ```bash # create a 'github.com/opencontainers' in your GOPATH/src