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 6f6e243 commit 890e8deCopy full SHA for 890e8de
Makefile
@@ -10,7 +10,7 @@ help:
10
@echo " lint lint the project"
11
12
$(GOBIN)/golangci-lint:
13
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.6.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.10.1
14
15
.PHONY: tools
16
tools: $(GOBIN)/golangci-lint
0 commit comments