SDK: remove reference to obsolete Go version

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-02-24 16:46:44 +01:00
parent d021c47d26
commit 9774d43d65
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 2 additions and 1 deletions

View File

@ -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).