From 0e68686c021268eddcb005c6d4d9705fee157c68 Mon Sep 17 00:00:00 2001 From: Rob Franken Date: Fri, 4 Jan 2019 12:05:10 +0100 Subject: Update go versions in development.md Reflect used compiler versions in the list of go requirements for building --- contributors/devel/development.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3