From 4e43ccb50fe8f40c5c62ca5171f2e963fd74b52b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Jul 2024 18:18:02 +0200 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.59.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3df17b6..162bd53 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,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.56.2 run -v --fast + go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 run -v --fast .PHONY: test test: ## Run the tests against the codebase