From 7833c3c25303f956d50f632c97e93e01bf6f68b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:02:09 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.63.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e388534..eac8827 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go') .PHONY: default default: build -GOLANGCI_LINT_VERSION := 1.62.2 +GOLANGCI_LINT_VERSION := 1.63.4 bin/golangci-lint: VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh