From 781f00470705a39fd51fc32047c8fcad4844b925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:50:13 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.63.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12728470..8768ada7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ fmt: ## Format source code .PHONY: lint lint: ## Run all lint related tests upon the codebase - go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.2 run -v --fast + go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.0 run -v --fast .PHONY: test test: ## Run the tests against the codebase