From 21a53e6930308223d9dd72d07180c3b562792142 Mon Sep 17 00:00:00 2001 From: Jiahui Feng Date: Fri, 8 Nov 2019 15:09:06 -0800 Subject: fix go version mapping in development.md see kubernetes/kubernetes#82809 see kubernetes/kubernetes#85019 --- contributors/devel/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 2312495e..d36bcd47 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -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. -- cgit v1.2.3