Merge pull request #902 from mrunalp/readme_go16
readme: Mention the go 1.6 requirement in the README for building runc
This commit is contained in:
commit
a4399557f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue