Skip to content

Commit d7ebbae

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 d7ebbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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:
1212
- env GO111MODULE=on golangci-lint --timeout 5m run --new-from-rev "$TRAVIS_BRANCH" -v ./...
1313
- env GO111MODULE=on go test -v -short ./...

0 commit comments

Comments
 (0)