Update Golangci-lint v1.23.8

full diff: https://github.com/golangci/golangci-lint/compare/v1.18.0...v1.23.8

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-03-10 12:08:21 +01:00
parent 4756258faf
commit 4326fc624a
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ linters:
- errcheck
run:
deadline: 2m
timeout: 2m
skip-dirs:
- api
- design

View File

@ -26,6 +26,6 @@ go get -u github.com/cpuguy83/go-md2man
(
cd "$GOPATH"/src/github.com/golangci/golangci-lint/cmd/golangci-lint
git checkout v1.18.0
git checkout v1.23.8
go build -v && go install
)