Skip to content

Commit 0283441

Browse files
authoredFeb 13, 2025··
Merge pull request #2521 from containers/renovate/golangci-golangci-lint-1.x
chore(deps): update dependency golangci/golangci-lint to v1.64.5
2 parents 690b1ef + 5c968d6 commit 0283441

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
@@ -27,7 +27,7 @@ GOARCH ?= $(shell go env GOARCH)
2727
# N/B: This value is managed by Renovate, manual changes are
2828
# possible, as long as they don't disturb the formatting
2929
# (i.e. DO NOT ADD A 'v' prefix!)
30-
GOLANGCI_LINT_VERSION := 1.64.4
30+
GOLANGCI_LINT_VERSION := 1.64.5
3131

3232
ifeq ($(GOBIN),)
3333
GOBIN := $(GOPATH)/bin

0 commit comments

Comments
 (0)
Please sign in to comment.