diff options
author | Valery Piashchynski <[email protected]> | 2023-08-16 08:55:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-16 08:55:04 +0200 |
commit | b36c46bbe04b3f72c2a9dd532a46dae6f287d1ce (patch) | |
tree | 13c55310b669212687bf58410a01dd36d90a7f69 | |
parent | 99aed1fd1869338c813e0a6746a90b1ff4d8db77 (diff) | |
parent | 190150d3df770b82719c5b4ab0823b2fc3ee46c7 (diff) |
Merge pull request #1681 from roadrunner-server/dependabot/github_actions/golangci/golangci-lint-action-3.7.0
build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.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 bc9120b4..619c0395 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 |