fix go version mapping in development.md

see kubernetes/kubernetes#82809
see kubernetes/kubernetes#85019
This commit is contained in:
Jiahui Feng 2019-11-08 15:09:06 -08:00
parent 5f53f6277f
commit 21a53e6930
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ development environment, please [set one up](http://golang.org/doc/code.html).
| 1.11 | 1.10.2 |
| 1.12 | 1.10.4 |
| 1.13 | 1.11.13 |
| 1.14+ | 1.12.9 |
| 1.14 - 1.16 | 1.12.9 |
| 1.17+ | 1.13.4 |
Note that Go 1.13 is not supported yet.
Ensure your GOPATH and PATH have been configured in accordance with the Go
environment instructions.