Skip to content

Commit d5e287f

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 d5e287f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ go:
66

77
env:
88
- GO111MODULE=on
9+
- GOLANGCI_LINT_VERSION=v1.19.1
910

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

1314
script:
1415
- make test

0 commit comments

Comments
 (0)