Skip to content

Commit 1a4b97b

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.12.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd1d8d8 commit 1a4b97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 := 2.11.4
8+
GOLANGCI_LINT_VERSION := 2.12.2
99
bin/golangci-lint:
1010
VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh
1111

0 commit comments

Comments
 (0)