Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
versions: change newest supported go version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
chavafg committed Apr 24, 2018
1 parent 7bb4e04 commit cf74916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf74916

Please sign in to comment.