diff options
author | Valery Piashchynski <[email protected]> | 2024-10-04 12:38:38 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-04 12:38:38 +0200 |
commit | f10cb39ebe5e6ffdb4a323c8577544c983872de8 (patch) | |
tree | 896403ae64104925c0cdb489bf744095caa10415 | |
parent | c18d2cd8ecd988767200c52b8b7b8bd86a737bcb (diff) | |
parent | 0d51f949f384a69da41ca5e2be735fc41e6b2d99 (diff) |
Merge pull request #2016 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-6.1.1
chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.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 d60a867a..79dc101b 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.60 # without patch version only-new-issues: false # show only new issues if it's a pull request |