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:
parent
4756258faf
commit
4326fc624a
@ -15,7 +15,7 @@ linters:
|
|||||||
- errcheck
|
- errcheck
|
||||||
|
|
||||||
run:
|
run:
|
||||||
deadline: 2m
|
timeout: 2m
|
||||||
skip-dirs:
|
skip-dirs:
|
||||||
- api
|
- api
|
||||||
- design
|
- design
|
||||||
|
@ -26,6 +26,6 @@ go get -u github.com/cpuguy83/go-md2man
|
|||||||
|
|
||||||
(
|
(
|
||||||
cd "$GOPATH"/src/github.com/golangci/golangci-lint/cmd/golangci-lint
|
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
|
go build -v && go install
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user