Skip to content

Commit

Permalink
upgrade golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Oct 5, 2019
1 parent 072b6a3 commit 0c9d816
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 @@ -30,6 +30,6 @@ matrix:
env: task=bench
script: GO111MODULE=on ./script/bench
- go: 1.x
install: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $HOME/bin v1.16.0
install: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $HOME/bin v1.19.1
env: task=clean
script: GO111MODULE=on ./script/clean

0 comments on commit 0c9d816

Please sign in to comment.