From 52bc866cca7845e0d5b4cddc7d065d2b00576465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:54:09 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#317) --- .github/workflows/pr-test-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-lint.yaml b/.github/workflows/pr-test-lint.yaml index 46d865e..1149889 100644 --- a/.github/workflows/pr-test-lint.yaml +++ b/.github/workflows/pr-test-lint.yaml @@ -46,7 +46,7 @@ jobs: git diff --exit-code go.mod - name: Run golangci-lint - uses: golangci/golangci-lint-action@v6.1.0 + uses: golangci/golangci-lint-action@v6.1.1 with: version: latest skip-cache: true