Update Go version required by Kubernetes

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2017-10-20 17:19:28 +08:00
parent 4f4560659c
commit ba1bd38669
1 changed files with 3 additions and 1 deletions

View File

@ -132,7 +132,9 @@ development environment, please [set one up](http://golang.org/doc/code.html).
| 1.0 - 1.2 | 1.4.2 |
| 1.3, 1.4 | 1.6 |
| 1.5, 1.6 | 1.7 - 1.7.5 |
| 1.7+ | 1.8.1 |
| 1.7 | 1.8.1 |
| 1.8 | 1.8.3 |
| 1.9+ | 1.9.1 |
Ensure your GOPATH and PATH have been configured in accordance with the Go
environment instructions.