Skip to content

Commit 1ad14b1

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v2
1 parent af48e98 commit 1ad14b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ help:
1010
@echo " tidy tidy go mod"
1111

1212
$(GOBIN)/golangci-lint:
13-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.55.2
13+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.1.2
1414

1515
.PHONY: tools
1616
tools: $(GOBIN)/golangci-lint

0 commit comments

Comments
 (0)