Skip to content

Commit

Permalink
Update Golangci-lint v1.23.8
Browse files Browse the repository at this point in the history
full diff: golangci/golangci-lint@v1.18.0...v1.23.8

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 10, 2020
1 parent 4756258 commit 4326fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ linters:
- errcheck

run:
deadline: 2m
timeout: 2m
skip-dirs:
- api
- design
Expand Down
2 changes: 1 addition & 1 deletion script/setup/install-dev-tools
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 4326fc6

Please sign in to comment.