From 77fd89b6cf6ae0bd75af42879e05f6fb0c994d1c Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 27 Feb 2023 16:55:29 -0500 Subject: [PATCH] bump golangci-linter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aeb1467..8cc2b3a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ test: .PHONY: lint lint: - $(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2 run --timeout 5m + $(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2 run --timeout 5m .PHONY: fmt fmt: