From a0a0dbaad0a53ce6d98eeb34cc8519299aba5155 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Tue, 14 Mar 2017 00:19:45 -0300 Subject: [PATCH] Remove golang 1.7 from CI test matrix As staticcheck requires now golang 1.8 as minimum version, the easiest solution was to side step that issue and simply stop testing on go 1.7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e108b17f..4d6495ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: go go: -- 1.7.x +- 1.8 - tip script: