From cf7491665b78613776ee7ce3a14a7377a5359110 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Tue, 24 Apr 2018 12:48:55 -0500 Subject: [PATCH] versions: change newest supported go version change from go1.10 to 1.9.2. Our static checks and unit tests fail when using go 1.10. Since we use go 1.9.2 to test in our CI, reflect this version in versions.yaml By doing this, we will be able to remove the hardcoded version from the jenkins scripts and instead install golang using `.ci/install_go.sh` from the tests repository. And when moving to go1.10 using a PR, the CI will test that the static checks and unit tests pass correctly. Fixes: #254. Signed-off-by: Salvador Fuentes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index dbd8467f27..3cf46df98b 100644 --- a/versions.yaml +++ b/versions.yaml @@ -139,7 +139,7 @@ languages: notes: "'version' is the default minimum version used by this project." version: "1.8.3" meta: - newest-version: "1.10" + newest-version: "1.9.2" specs: description: "Details of important specifications"