From d814bc50fb6ddc51c989d6c504377b3897e1980d Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 24 Aug 2018 14:20:21 +0100 Subject: [PATCH] versions: Bump golang from 1.8.3 to 1.9.7 golang version 1.8.3 is old and the runtime cannot even be built with it now it seems. Since it is no longer considered a stable version [1], move to the oldest official stable version (version 1.9.7). Fixes #642. [1] - https://golang.org/dl/ Signed-off-by: James O. D. Hunt --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 145e8aa612..556517e2da 100644 --- a/versions.yaml +++ b/versions.yaml @@ -183,7 +183,7 @@ languages: golang: description: "Google's 'go' language" notes: "'version' is the default minimum version used by this project." - version: "1.8.3" + version: "1.9.7" meta: newest-version: "1.10"