diff options
author | Valery Piashchynski <[email protected]> | 2023-06-03 15:27:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-03 15:27:16 +0200 |
commit | 14ac0a4b7ad2b5bbb6af77890ae684e968362d65 (patch) | |
tree | 0e12ce2bf36d55a145989d616675fb07e4f1a439 | |
parent | 31eafcf35d1198aaa6d045dfb39c66083ec2134c (diff) | |
parent | 84a04d8421199ef377d961991f19b8b162395870 (diff) |
Merge pull request #1590 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-3.5.0
build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d1955cc9..ccb31581 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: go-version: stable - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.52 # without patch version only-new-issues: false # show only new issues if it's a pull request |