diff options
author | Valery Piashchynski <[email protected]> | 2024-05-09 09:47:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-09 09:47:16 +0200 |
commit | 0af9a16abdea8f8353b18f59750f58b6d1c827bf (patch) | |
tree | 39a331ff0293e62665b92d2e16e3978e9d1a3664 | |
parent | 6112439c6931287d3c9bdfdff9da678f53eaaa25 (diff) | |
parent | 7aa66709827f921b9ac2911000b68cb2a79488b4 (diff) |
Merge pull request #1916 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-6.0.1
build(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1
-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 a5a548e8..ed5190ab 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.58 # without patch version only-new-issues: false # show only new issues if it's a pull request |