Skip to content

Commit

Permalink
Add newer version of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dstdfx committed Jun 17, 2019
1 parent e1789d0 commit 1fbd266
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 @@ -2,7 +2,7 @@ sudo: false
language: go
install:
- go get github.com/mattn/goveralls
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1
go:
- "1.11"
before_script:
Expand Down

0 comments on commit 1fbd266

Please sign in to comment.