Bump required Go version for Kubernetes 1.11+

The minimum_go_version for running tests is 1.10.2
This commit is contained in:
Claudia Beresford 2018-06-27 11:57:47 +01:00
parent c71d8fe460
commit e193710a86
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ development environment, please [set one up](http://golang.org/doc/code.html).
| 1.8 | 1.8.3 |
| 1.9 | 1.9.1 |
| 1.10 | 1.9.1 |
| 1.11+ | 1.10.1 |
| 1.11+ | 1.10.2 |
Ensure your GOPATH and PATH have been configured in accordance with the Go
environment instructions.