Update golangci-lint v1.12.2 (#623)

This commit is contained in:
Egon Elbre 2018-11-12 17:00:06 +02:00 committed by GitHub
parent 9afa9b6b52
commit 5dd41f0050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ matrix:
### run linters ###
- env: MODE=lint
install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.10.2
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b ${GOPATH}/bin v1.12.2
script:
- ./scripts/check-for-header.sh
- golangci-lint run