diff options
author | Valery Piashchynski <[email protected]> | 2025-01-17 08:59:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2025-01-17 08:59:09 +0100 |
commit | 64aef1a78951e7b8c371017a6477c2431b861e3e (patch) | |
tree | 1b442f80cc6691f24e3ef3a29f0fadc570672566 | |
parent | 69f3cd4ca3d45589d7b0bdaa04fc176a4381a697 (diff) | |
parent | 9c0700606a9610156e61f2a90ad204f3fd29c8d8 (diff) |
Merge pull request #2110 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-6.2.0HEADmaster
chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.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 d1b1fc10..f8860867 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: go-version: stable - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.62 # without patch version only-new-issues: false # show only new issues if it's a pull request |