Skip to content

Commit

Permalink
Downgrade golangci-lint version
Browse files Browse the repository at this point in the history
Until golangci/golangci-lint#827 is fixed, we
shuold use a more stable version instead.
  • Loading branch information
colega committed Jan 7, 2020
1 parent 5e1e39e commit 8ad2e99
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 @@ -8,7 +8,7 @@ env:
- GO111MODULE=on

install:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.22.2
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.20.1

script:
- make test
Expand Down

0 comments on commit 8ad2e99

Please sign in to comment.