Skip to content

Commit 8440e6b

Browse files
committed
Bump the version of golangci-lint
Works around a problem where golangci-lint had in its dependency chain a dependency that no longer exists. Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 7f1545c commit 8440e6b

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
@@ -167,7 +167,7 @@ install.gofumpt:
167167

168168
# golangci-lint
169169
GOLANGCI_LINT = $(shell pwd)/out/golangci-lint
170-
GOLANGCI_LINT_VERSION ?= v2.2.1
170+
GOLANGCI_LINT_VERSION ?= v2.7.2
171171
install.golangci-lint: $(GOLANGCI_LINT)
172172
$(GOLANGCI_LINT):
173173
$(call go-install-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION))

0 commit comments

Comments
 (0)