diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 6a33e355..a5bd2f7c 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.4.0 # Action page: with: - version: v1.51 # without patch version + version: v1.52 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=safe