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 c9e6871 commit dd2d6f8
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 @@ -13,7 +13,7 @@ env:
- 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

script:
- go fmt ./...
Expand Down

0 comments on commit dd2d6f8

Please sign in to comment.