From 6862bc21e5c8a1a0432f07181e84ffaaffc4fc48 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Fri, 17 May 2024 00:22:20 +0000 Subject: [PATCH] Update golangci/golangci-lint-action action to v6 --- .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