diff options
author | Valery Piashchynski <[email protected]> | 2023-02-16 13:09:34 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-02-16 13:09:34 +0100 |
commit | 421a24d393d7d864eaa7a07705d13fd6dba83655 (patch) | |
tree | a6ed1d5eaaa55a007b87619181928eb927cbff86 | |
parent | 2eb9be442f36902fc28fcc44bc5f076fcb23a80e (diff) |
update golangci-lint action
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54a4b5bb..a4ae3e7f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,9 +43,9 @@ jobs: go-version: '1.20' - name: Run linter - uses: golangci/[email protected] + uses: golangci/[email protected] with: - version: v1.50 # without patch version + version: v1.51 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --build-tags=safe --timeout=10m |