diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 8d688f1..117c751 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.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 ./... diff --git a/.golangci.yml b/.golangci.yml index 9f0d252..a8e5322 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,7 +39,7 @@ linters: # All available linters list: