From 03e9bf001f3515efc9d04e46e530548f26197bf5 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 8 Dec 2023 10:24:22 +0100 Subject: [PATCH] chore(deps): update dependencies --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 391ea22..493ed78 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -18,6 +18,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v3.7.0 # Action page: with: - version: v1.53 # without patch version + version: v1.55 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race