Skip to content

Commit dbae0ab

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GOBASE=$(shell pwd)
22
GOBIN=$(GOBASE)/bin
33

44
$(GOBIN)/golangci-lint:
5-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.10.1
5+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.11.4
66

77
.PHONY: tools
88
tools: $(GOBIN)/golangci-lint

0 commit comments

Comments
 (0)