diff options
author | Valery Piashchynski <[email protected]> | 2024-04-30 10:48:35 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-30 10:48:35 +0200 |
commit | 76fda6a99a62975fc87a7b8ec5f75388ab1cc063 (patch) | |
tree | 0fb6a3b7803512f2ae4aaaf6a652bfa0f48001a7 | |
parent | c0d3df2b33bc2a9e9726dbbd73d7fe125ab9d045 (diff) | |
parent | 8dd9454b8a31809a7ec4b3f858f7918949d276f5 (diff) |
Merge pull request #1908 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-5.1.0
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.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 403fb1ae..8fd4e12a 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.57 # without patch version only-new-issues: false # show only new issues if it's a pull request |