We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2a587 commit 75e01d2Copy full SHA for 75e01d2
Makefile
@@ -9,7 +9,7 @@ help:
9
@echo " lint run linting"
10
11
$(GOBIN)/golangci-lint:
12
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.55.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.64.8
13
14
.PHONY: tools
15
tools: $(GOBIN)/golangci-lint
0 commit comments