This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information