diff options
author | Valery Piashchynski <[email protected]> | 2024-05-07 18:04:33 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-07 18:04:33 +0200 |
commit | 277a6a99f3aa405fbcf476f475e09edf52439d42 (patch) | |
tree | d1b5e145338dbdc8888980d6f7711f71ba1952f2 | |
parent | e13f20bb8f510b1d022d0360e2c89bb88beeeda0 (diff) | |
parent | 7c68e24fa4de4557855e29548812d394f6c2baf8 (diff) |
Merge pull request #1913 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-5.3.0
build(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.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 3c24f43d..a865ad7a 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 |