Skip to content

Commit 991544d

Browse files
chore(deps): update module github.com/golangci/golangci-lint to v2.1.6
1 parent a123d2a commit 991544d

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
@@ -254,7 +254,7 @@ tools: $(GOBIN) tools-golangci-lint ## Install useful tools for linting, docs ge
254254

255255
.PHONY: tools-golangci-lint
256256
tools-golangci-lint: ## Download golangci-lint locally if necessary.
257-
@[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.1.5
257+
@[[ -f $(GOBIN)/golangci-lint ]] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v2.1.6
258258

259259

260260
.PHONY: misspell

0 commit comments

Comments
 (0)