From 5b801b658c5aac2b7efd50fb2a86a8980a9c60ef Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Fri, 15 Nov 2024 22:07:22 +0100 Subject: [PATCH] chore(deps): bump golangci-lint from 1.57.2 to 1.62.0 * Update golangci-lint version to support Go 1.23 * Only golangci-lint versions above 1.60 are compatible with Go 1.23 Signed-off-by: Kim Christensen --- tools/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.go b/tools/install.go index 83b2851..9cd72aa 100644 --- a/tools/install.go +++ b/tools/install.go @@ -24,7 +24,7 @@ var ( DefaultStaticCheckVersion = "2023.1.6" // DefaultGolangCILintVersion is the default version of golangci-lint that is installed when it's not present - DefaultGolangCILintVersion = "1.57.2" + DefaultGolangCILintVersion = "1.62.0" ) // Fail if the go version doesn't match the specified constraint