From 5e98ab442c7f317b6f572c9691f8ef17c87c753d Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 16 Aug 2024 14:51:39 +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 80e6824..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.59 # 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 ./...