summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/development.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md
index 03f00e0e..60bb883c 100644
--- a/contributors/devel/development.md
+++ b/contributors/devel/development.md
@@ -141,7 +141,10 @@ 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.2 |
+| 1.11 | 1.10.2 |
+| 1.12 | 1.10.4 |
+| 1.13 | 1.11.2 |
+| 1.13+ | 1.11.4 |
Ensure your GOPATH and PATH have been configured in accordance with the Go
environment instructions.