We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b7c4c commit 21d5936Copy full SHA for 21d5936
1 file changed
Makefile
@@ -2,7 +2,7 @@ GOBASE=$(shell pwd)
2
GOBIN=$(GOBASE)/bin
3
4
$(GOBIN)/golangci-lint:
5
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.10.1
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.12.2
6
7
.PHONY: tools
8
tools: $(GOBIN)/golangci-lint
0 commit comments