Update go versions in development.md

Reflect used compiler versions in the list of go requirements for
building
This commit is contained in:
Rob Franken 2019-01-04 12:05:10 +01:00
parent d6f7c9a2c5
commit 0e68686c02
1 changed files with 4 additions and 1 deletions

View File

@ -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.