Skip to content

Commit

Permalink
Merge pull request #282 from vgarvardt/dependabot/github_actions/gola…
Browse files Browse the repository at this point in the history
…ngci/golangci-lint-action-6

build(deps): bump golangci/golangci-lint-action from 5 to 6
  • Loading branch information
vgarvardt committed May 13, 2024
2 parents 3612767 + 8745cc1 commit d7ab622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Lint Golang
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: ${{ github.event_name == 'pull_request' }}
args: >
Expand Down

0 comments on commit d7ab622

Please sign in to comment.