diff options
author | Valery Piashchynski <[email protected]> | 2023-06-16 14:22:12 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-16 14:22:12 +0200 |
commit | 511ab74671f28a6746cd4d7b859828a07c37cf3e (patch) | |
tree | afa1ba6a1fb891c1869da709db7ca544c6e126eb | |
parent | e88e7bba520da7d2f8e84d1030a3fb074fa64f94 (diff) | |
parent | 25f1e669a269113f53fb9c1196bf32ecfa6cd61c (diff) |
Merge pull request #1604 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-3.6.0
build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.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 ea4a1c7e..ad343cf2 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.53 # without patch version only-new-issues: false # show only new issues if it's a pull request |