Skip to content

Commit 6d3e09c

Browse files
chore(deps): update dependency golangci/golangci-lint to v1.64.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bad67a commit 6d3e09c

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
@@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go')
55
.PHONY: default
66
default: build
77

8-
GOLANGCI_LINT_VERSION := 1.63.4
8+
GOLANGCI_LINT_VERSION := 1.64.5
99
bin/golangci-lint:
1010
VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh
1111

0 commit comments

Comments
 (0)