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.
This commit is contained in:
Tobias Schmidt 2017-03-14 00:19:45 -03:00
parent b3471e1d83
commit a0a0dbaad0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ sudo: false
language: go language: go
go: go:
- 1.7.x - 1.8
- tip - tip
script: script: