mirror of https://github.com/docker/docs.git
SDK: remove reference to obsolete Go version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d021c47d26
commit
9774d43d65
|
@ -25,8 +25,9 @@ installed and coexist together.
|
|||
```bash
|
||||
go get github.com/docker/docker/client
|
||||
```
|
||||
|
||||
The client requires a recent version of Go. Run `go version` and ensure that you
|
||||
are running at least version 1.9.4 of Go
|
||||
are running a currently supported version of Go
|
||||
|
||||
|
||||
[Read the full Docker Engine Go SDK reference](https://godoc.org/github.com/docker/docker/client).
|
||||
|
|
Loading…
Reference in New Issue