From d03c7c107df7b000b10b38d4e6def2b25bebc367 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 16 Aug 2024 11:39:48 +0300 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 f1dfab8..8d688f1 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -18,6 +18,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v6.1.0 # Action page: with: - version: v1.54 # without patch version + version: v1.60 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race ./...