From 241c5bd9291a29d9d42a2da5c42902dd31534ad4 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Mon, 20 May 2024 19:03:35 +0000 Subject: [PATCH] ci: Bump golangci-lint to v1.58 Signed-off-by: Brian Goff --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 662780c80f..339bb80ade 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,9 @@ jobs: # lint issues in Windows code # linter does not work for GOOS=linux since not Windows-specific code is gated with `//go:build windows` - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 with: - version: v1.52 + version: v1.58 args: >- --verbose --max-issues-per-linter=0