From ddbafafd78af189d94da7242730a984671b36c36 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Fri, 15 Mar 2024 22:10:56 +0000 Subject: [PATCH] Update golangci/golangci-lint-action action to v4 --- .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..2d02d83 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@v4 with: version: latest