From ca57caf7878be5c93ffabb4ed68eb6ba24760155 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Sat, 4 May 2024 17:37:15 +0000 Subject: [PATCH] Update golangci/golangci-lint-action action to v5 --- .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..0fd60f8 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@v5 with: version: latest