diff --git a/contributors/devel/development.md b/contributors/devel/development.md index f073534a080..0124eacdedf 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.