From ba1bd38669a464982f1fb492b520e6edbf67a192 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Fri, 20 Oct 2017 17:19:28 +0800 Subject: [PATCH] Update Go version required by Kubernetes Signed-off-by: yuexiao-wang --- contributors/devel/development.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 6bf66ef11d6..14254b3844e 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -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.