Skip to content

Commit 01b233d

Browse files
chore(deps): update dependency golangci/golangci-lint to v1.64.8
1 parent cf2c6ca commit 01b233d

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
@@ -246,7 +246,7 @@ ko:
246246
$(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION))
247247

248248
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
249-
GOLANGCI_LINT_VERSION := v1.64.6
249+
GOLANGCI_LINT_VERSION := v1.64.8
250250
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
251251
golangci-lint: ## Download golangci-lint locally if necessary.
252252
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \

0 commit comments

Comments
 (0)