diff options
author | Valery Piashchynski <[email protected]> | 2022-10-27 20:55:18 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-27 20:55:18 +0200 |
commit | 3bba8725f8ec0b6baaa490607e7abed0754d2c50 (patch) | |
tree | cbbb8a16d36d96d84e28555d0810193f2f2b84c8 | |
parent | 7341768f09abe19f570e785bb1c70d8afb72dbc3 (diff) | |
parent | 11b41bdd984015ae7846d558d07cbced2d6c9b79 (diff) |
[#1328]: build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.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 12f8f66d..b01abd02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: go-version: 1.19 - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: version: v1.50 # without patch version only-new-issues: false # show only new issues if it's a pull request |