diff options
author | Valery Piashchynski <[email protected]> | 2024-04-01 17:00:08 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-04-01 17:00:08 +0200 |
commit | 4e1b91c7e40b71878397a9e6cf81853540b91c6a (patch) | |
tree | c741697c6870dd8f19bb8e1ca217514a51978d7a | |
parent | 711fbd41ce71b6224dc45bcded32436f3eab272e (diff) |
chore(ci): update golangci-lint version
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 da674d41..6c637d8e 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.54 # without patch version + version: v1.57 # without patch version only-new-issues: false # show only new issues if it's a pull request args: -v --build-tags=race --timeout=10m |