diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 78b2fda..89ea00d 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,6 +13,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v3.2.0 # Action page: with: - version: v1.46 # without patch version + version: v1.47 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race