Skip to content

Commit

Permalink
build: update golangci-lint to v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrooka committed Apr 7, 2021
1 parent 10b25d1 commit 6280185
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 @@ -19,7 +19,7 @@ before_install:
- npm install -g [email protected]

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.39.0
- curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh

script:
Expand Down

0 comments on commit 6280185

Please sign in to comment.