Skip to content

Commit 8ad2e99

Browse files
committed
Downgrade golangci-lint version
Until golangci/golangci-lint#827 is fixed, we shuold use a more stable version instead.
1 parent 5e1e39e commit 8ad2e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- GO111MODULE=on
99

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

1313
script:
1414
- make test

0 commit comments

Comments
 (0)