From edf8990a12a6c497ec3144ed83f6e6f088d74c3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:49:52 +0000 Subject: [PATCH] [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.0 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 2b0cd52..938ab07 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SRC = $(shell find . -type f -name '*.go') .PHONY: default default: build -GOLANGCI_LINT_VERSION := 1.57.2 +GOLANGCI_LINT_VERSION := 1.58.0 bin/golangci-lint: VERSION=$(GOLANGCI_LINT_VERSION) ./hack/install_golangci.sh