From ff67a69c6cde2517e8ae05671863d30d0a3f6a9f Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:33:37 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v6 (#31) Co-authored-by: plural-renovate[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 77aa36e..a35f4e1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,6 +39,6 @@ jobs: with: go-version-file: go.mod check-latest: true - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 with: version: latest