From a4b4aa93e12cbf52176cab9daf33e98e6a2b06e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 15:51:53 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 210038e7..e7b63ed4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: with: go-version-file: 'go.mod' - name: lint - uses: golangci/golangci-lint-action@v6.0.0 + uses: golangci/golangci-lint-action@v6.0.1 with: version: v1.52.2