Skip to content

Commit

Permalink
Merge pull request #144 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 6909c31 + 0b20e66 commit 9e10fb4
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:
go-version-file: ./go.mod

- 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 9e10fb4

Please sign in to comment.