We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c7861 commit f2bb8f1Copy full SHA for f2bb8f1
Makefile
@@ -10,7 +10,7 @@ help:
10
@echo " tidy tidy go mod"
11
12
$(GOBIN)/golangci-lint:
13
- 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.57.2
14
15
.PHONY: tools
16
tools: $(GOBIN)/golangci-lint
0 commit comments