golint requires Go 1.5 or later nowadays

This commit is contained in:
Yoshiyuki Mineo
2016-05-08 23:11:44 +09:00
parent 568f953b2b
commit 829188d0aa

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.4
- 1.5
- 1.6
sudo: false
before_install:
- go get -u github.com/golang/lint/golint