From a33bc97e2605b11e8e00609dd0be66390efad649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 21:23:32 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v8 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 959eb7d..2891681 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: cache-dependency-path: "**/*.sum" - name: GolangCI Lint - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: working-directory: src/ version: latest