From d99fa1d558f6558dd4939f69a2e0e3e4907415ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 00:14:12 +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