summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-11-08 15:37:59 -0800
committerGitHub <noreply@github.com>2019-11-08 15:37:59 -0800
commit556ff0d63ac5dff27a4b97ed4182d1bb4a0c2467 (patch)
tree606683509f00298d4d03961e993c666c5455352d
parent5f53f6277fe1f9675ac1bf08798b00570a305350 (diff)
parent21a53e6930308223d9dd72d07180c3b562792142 (diff)
Merge pull request #4225 from jiahuif/patch-1
update go version to 1.13.4 for Kubernetes 1.17+
-rw-r--r--contributors/devel/development.md4
1 files 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.