Skip to content

Commit

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

build(deps): bump golangci/golangci-lint-action from 4 to 5
  • Loading branch information
vgarvardt committed Apr 29, 2024
2 parents 63a396c + ce8c053 commit dd33692
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 @@ -43,7 +43,7 @@ jobs:
go-version-file: ./go.mod

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

0 comments on commit dd33692

Please sign in to comment.