From 1d1e185fb8e4c5588bc0f388526e979f37e82d15 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Fri, 24 May 2024 13:28:21 -0700 Subject: [PATCH] chore(deps): update golang lint since dependabot isn't. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987acf0..c562454 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -489,7 +489,7 @@ jobs: # working-directory and only-new-issues aren't compatible so run for entire repo each time. - name: Lint Entire Repo if: github.event_name != 'pull_request' - uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v3.7.1 + uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1 with: version: ${{ inputs.lint-version }} working-directory: ${{ inputs.working-directory }}