changeset 4466:70444dce0b31

Suggest usage of Go 1.13+.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 23 Sep 2019 15:37:19 +0200
parents 0ad75dd3d77c
children 1518289c5168
files docs/DEVELOPMENT.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/DEVELOPMENT.md	Mon Sep 23 15:35:27 2019 +0200
+++ b/docs/DEVELOPMENT.md	Mon Sep 23 15:37:19 2019 +0200
@@ -20,7 +20,7 @@
 
 ## Backend
 
-You need a working [Go](https://golang.org/dl) build environment (1.10+).
+You need a working [Go](https://golang.org/dl) build environment (1.13+).
 
 * Install dependencies
 
@@ -51,7 +51,7 @@
 `http://localhost:6060/pkg/gemma.intevation.de/?m=all`
 
 Hints:
- * A parameter like `-goroot /usr/lib/go-1.12` may avoid warnings, if
+ * A parameter like `-goroot /usr/lib/go-1.13` may avoid warnings, if
    the goroot is somewhere else.
  * Clicking on a function declaration header will take you to the source
    code. (Or changing `?m=all` to `?m=src?`).