Skip to content

Commit

Permalink
Bump golangci-lint to version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 23, 2019
1 parent 616c63a commit 011b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ html-coverage:

.PHONY: install-tools
install-tools:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- v1.20.0
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- v1.21.0
GO111MODULE=off go get -u \
golang.org/x/tools/cmd/cover \
github.com/gobuffalo/packr/v2/packr2 \
Expand Down

0 comments on commit 011b72c

Please sign in to comment.