Claim Go 1.8.x version requirement in BUILDING.md

Signed-off-by: Jovi Zhangwei <zw.xianwei@alibaba-inc.com>
This commit is contained in:
Jovi Zhangwei 2017-07-19 02:50:28 -04:00
parent a8504277cc
commit 50c84c4d43

View File

@ -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