diff options
author | Valery Piashchynski <[email protected]> | 2023-08-09 15:44:29 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-08-09 15:44:29 +0200 |
commit | bce42e63b78eae874b84178f838d8f908c438298 (patch) | |
tree | bf7207e177654e34e3cfc6d34bad5aa8179d3de9 /.github | |
parent | 29a3a269c1ea0d3d63e435008b32783fffb6bdfc (diff) |
chore[CI]: update golangci-lint
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-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 ad343cf2..bc9120b4 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.53 # without patch version + version: v1.54 # without patch version only-new-issues: false # show only new issues if it's a pull request args: -v --build-tags=race --timeout=10m |