Skip to content

Commit 7e04655

Browse files
committed
Use version 1.19.1
I believe we are affected by this bug: golangci/golangci-lint#840. 1.19.1 is reportedly not affected.
1 parent 3a9fce0 commit 7e04655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ os:
77
dist: trusty
88
sudo: false
99
install:
10-
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.22.2
10+
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.19.1
1111
script:
12-
- env GO111MODULE=on golangci-lint --timeout 5m run --new-from-rev "$TRAVIS_BRANCH" -v ./...
12+
- env GO111MODULE=on golangci-lint --deadline 5m run --new-from-rev "$TRAVIS_BRANCH" -v ./...
1313
- env GO111MODULE=on go test -v -short ./...
1414

0 commit comments

Comments
 (0)