Skip to content

Commit

Permalink
linter version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuryshev committed Jun 24, 2019
1 parent c6d49c3 commit 0efda20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:

install:
- go get -u github.com/FiloSottile/vendorcheck
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.13.2
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1

script:
- make check

0 comments on commit 0efda20

Please sign in to comment.