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 ee2e591 commit 74af411Copy full SHA for 74af411
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.11.3
6
7
.PHONY: tools
8
tools: $(GOBIN)/golangci-lint
0 commit comments