Skip to content

Commit

Permalink
Merge pull request #1868 from roadrunner-server/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/golangci/golangci-lint-action-4.0.0

build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
  • Loading branch information
rustatian authored Feb 10, 2024
2 parents 7710b9b + a5f365c commit 56aa04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
go-version: stable

- name: Run linter
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.54 # without patch version
only-new-issues: false # show only new issues if it's a pull request
Expand Down

0 comments on commit 56aa04d

Please sign in to comment.