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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-08-24 14:20:21 +01:00
parent f14660f82c
commit d814bc50fb

View File

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