From 27dd82f8a335ce3c4f619bff9aba7ab5e3eeb2b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 05:15:10 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed2d5cfb..b276d21e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: # Running golangci-lint - name: Linting if: matrix.lint - uses: golangci/golangci-lint-action@v4.0.1 + uses: golangci/golangci-lint-action@v6.0.1 with: version: v1.56.2 only-new-issues: true