We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2a587 commit 80a6fa0Copy full SHA for 80a6fa0
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.60.0
13
14
.PHONY: tools
15
tools: $(GOBIN)/golangci-lint
0 commit comments