diff options
author | Valery Piashchynski <[email protected]> | 2024-02-10 12:59:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-10 12:59:52 +0100 |
commit | 56aa04ddd64498b92cc4770bc5b2ead3eb052194 (patch) | |
tree | 915cdefb55f9a41fc78bb14f9bd8ae5846bd1487 | |
parent | 7710b9b5946a8299ccd1ac7c8955c6758130551e (diff) | |
parent | a5f365cac75364fef1b1144056cd4b763ac1c390 (diff) |
Merge pull request #1868 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.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 7186c117..51720edf 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.54 # without patch version only-new-issues: false # show only new issues if it's a pull request |