Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Update golangci-lint to v1.21.0 for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark authored Oct 15, 2019
1 parent 2914437 commit 056c3ea
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 @@ -20,7 +20,7 @@ before_script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/go-playground/overalls
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.19.1
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0

script:
# go vet
Expand Down

0 comments on commit 056c3ea

Please sign in to comment.