From 50c84c4d43f28e7170ec9f90ba57c04d50bcb17e Mon Sep 17 00:00:00 2001 From: Jovi Zhangwei Date: Wed, 19 Jul 2017 02:50:28 -0400 Subject: [PATCH] Claim Go 1.8.x version requirement in BUILDING.md Signed-off-by: Jovi Zhangwei --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 06fe6fad4..f217d1e62 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -9,6 +9,8 @@ In first you need to setup your Go development environment. You can follow this guideline [How to write go code](https://golang.org/doc/code.html) and at the end you need to have `GOPATH` and `GOROOT` set in your environment. +Current containerd requires Go 1.8.x or above. + At this point you can use `go` to checkout `containerd` in your `GOPATH`: ```sh