Skip to content

Commit

Permalink
golang plugin package dependency requires 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
  • Loading branch information
mikebrow committed Feb 24, 2017
1 parent 660783c commit 6eb6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For sync communication we have a community slack with a #containerd channel that

To build the daemon and `ctr` simple test client, the following build system dependencies are required:

* Go 1.7.x or above
* Go 1.8.x or above (requires 1.8 due to use of golang plugin(s))
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/google/protobuf/releases))

For proper results, install the `protoc` release into `/usr/local` on your build system. For example, the following commands will download and install the 3.1.0 release for a 64-bit Linux host:
Expand Down

0 comments on commit 6eb6bf7

Please sign in to comment.