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 de3fdb9 commit 3a30309
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:
- go: 1.x
env: task=clean GO111MODULE=on
install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.16.0
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.19.1

install: true
script: ./script/${task:-test}
Expand Down

0 comments on commit 3a30309

Please sign in to comment.