From 5fa6536fc3074eacfb66ba5f73d36e8bc2dae0e4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 21 Oct 2024 14:32:54 +0000 Subject: [PATCH] magefile: update golangci-lint 1.51.2 -> 1.61.0 Signed-off-by: Vincent Batts --- magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magefile.go b/magefile.go index 8102bd6..5292d55 100644 --- a/magefile.go +++ b/magefile.go @@ -21,7 +21,7 @@ var ( Stdout = ourStdout Stderr = ourStderr - golangcilintVersion = "v1.51.2" + golangcilintVersion = "v1.61.0" cleanFiles = []string{} )