From 4fa0a34af4374836414ca5e8b1cb0c9a6cbe6f04 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 12 Sep 2024 13:34:04 +0200 Subject: [PATCH] chore: update linters Signed-off-by: Valery Piashchynski --- .github/workflows/linters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index c91dbbb..b0a2194 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -3,7 +3,7 @@ name: Linters on: [push, pull_request] jobs: - golangci-lint: + linters: name: Golang-CI (lint) runs-on: ubuntu-latest steps: @@ -18,6 +18,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v6.1.0 # Action page: with: - version: v1.60 # without patch version + version: v1.61 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race