CI: update link to golint

This commit is contained in:
sergeyfrolov 2018-10-12 12:49:31 -06:00 committed by GitHub
parent 9777d5b316
commit 9bc935b615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ dist: trusty
install:
- go get -t ./...
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
# Install gometalinter
- go get github.com/alecthomas/gometalinter