We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d021c47 commit 9774d43Copy full SHA for 9774d43
engine/api/sdk/index.md
@@ -25,8 +25,9 @@ installed and coexist together.
25
```bash
26
go get github.com/docker/docker/client
27
```
28
+
29
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
30
+are running a currently supported version of Go
31
32
33
[Read the full Docker Engine Go SDK reference](https://godoc.org/github.com/docker/docker/client).
0 commit comments