From 2baeae13f6a04751234aa7198b837c02334c6bd4 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sat, 17 Aug 2024 12:00:46 +0300 Subject: [PATCH] Update linters.yml --- .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 275f3d5..9a03e58 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,7 +16,7 @@ jobs: go-version: 'stable' - name: Run linter - uses: golangci/golangci-lint-action@v3 # Action page: + 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