From 399cb77122bd72a4de8b4865f91f974a9b3b5a71 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Tue, 7 May 2024 22:46:28 +0200 Subject: [PATCH] Update golang ci lint version --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 774dcee8..1949467f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.55.2 + version: v1.58.0 args: --timeout 3m0s unit: needs: lint