diff options
author | Valery Piashchynski <[email protected]> | 2024-08-16 15:28:46 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-08-16 15:28:46 +0300 |
commit | 7b44915e6a9cf9acd72f9148de7b766f1fc278f6 (patch) | |
tree | fd8d32175e349d75e0f565d50410441fa066d6fe | |
parent | d03c6d287585a25d638910e43846ec06a65a3e1f (diff) |
chore: update linters
Signed-off-by: Valery Piashchynski <[email protected]>
-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 fceb94d3..faecd319 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run linter uses: golangci/[email protected] with: - version: v1.58 # without patch version + version: v1.60 # without patch version only-new-issues: false # show only new issues if it's a pull request args: -v --build-tags=race --timeout=10m |