Update docs with go 1.9 requirement.
re: #1632 The comment about plugins in README.md didn't seem relevant any longer so I removed it. Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
@@ -154,7 +154,7 @@ err := task.Start(context)
|
||||
|
||||
To build the daemon and `ctr` simple test client, the following build system dependencies are required:
|
||||
|
||||
* Go 1.8.x or above (requires 1.8 due to use of golang plugin(s))
|
||||
* Go 1.9.x or above
|
||||
* Protoc 3.x compiler and headers (download at the [Google protobuf releases page](https://github.com/google/protobuf/releases))
|
||||
* Btrfs headers and libraries for your distribution. Note that building the btrfs driver can be disabled via build tag removing this dependency.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user