Skip to content

Commit

Permalink
Merge pull request #131 from xmidt-org/update-golint
Browse files Browse the repository at this point in the history
chore(deps): update golang lint since dependabot isn't.
  • Loading branch information
schmidtw authored May 24, 2024
2 parents 04bc127 + 1d1e185 commit 10afd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 10afd2b

Please sign in to comment.