From e2f46a34a60352c09c48a5446a3672a94b34e43f Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Tue, 12 Sep 2017 10:06:14 -0400 Subject: [PATCH] Add golang version note to README.md Signed-off-by: TomSweeneyRedHat --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33555394..33f14d75 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,10 @@ Debian, Ubuntu, and related distributions will also need a copy of the developme If using an older release or a long-term support release, be careful to double-check that the version of `runc` is new enough (running `runc --version` should produce `spec: 1.0.0`), or else build your own. +**NOTE** + +Be careful to double-check that the version of golang is new enough, version 1.8.x or higher is required. If needed, golang kits are avaliable at https://golang.org/dl/ + **Optional** Fedora, CentOS, RHEL, and related distributions: