Merge pull request #4062 from nikhita/devel-go-versions

devel: update supported Go versions
This commit is contained in:
Kubernetes Prow Robot 2019-09-06 17:31:21 -07:00 committed by GitHub
commit b1dd8210f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

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