From 639a22833fb4c3e47542f74967e56c596f8b0de7 Mon Sep 17 00:00:00 2001 From: SystemGlitch Date: Tue, 7 May 2024 09:51:58 +0200 Subject: [PATCH] Update golangci-lint --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44c4f59..5c28831 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: go-version: "1.22" cache: false - name: Run lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: - version: v1.56 + version: v1.58 args: --timeout 5m