diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index cbb7bfc..86dafb4 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,7 +16,7 @@ jobs: go-version: 1.19 - name: Run linter - uses: golangci/golangci-lint-action@v3.3.0 # Action page: + uses: golangci/golangci-lint-action@v3.3.1 # Action page: with: version: v1.48 # without patch version only-new-issues: false # show only new issues if it's a pull request