Skip to content

Commit

Permalink
travis-ci: update golint version
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Jun 4, 2020
1 parent 2856720 commit 67533b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
services:
- docker
before_script:
- go get github.com/golangci/[email protected]
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
before_install:
- docker-compose --version
Expand All @@ -21,4 +22,4 @@ script:
- make build
- make systest
after_success:
- bash < (curl -s https://codecov.io/bash)
- bash < (curl -s https://codecov.io/bash)

0 comments on commit 67533b5

Please sign in to comment.