From da8264666b2a332a456f034d04174f238c440717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 02:44:25 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v1.61.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2dd389..1212d93 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ help: @echo " lint run linting" $(GOBIN)/golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.55.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOBIN) v1.61.0 .PHONY: tools tools: $(GOBIN)/golangci-lint