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 3522ad5 commit 5664b54
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 @@ -18,7 +18,7 @@ matrix:
include:
- go: 1.x
env: task=lint GO111MODULE=on
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
script:
- go mod tidy && git diff --exit-code
- $HOME/bin/golangci-lint run
Expand Down

0 comments on commit 5664b54

Please sign in to comment.