diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 1862cbf986a..c5b63874dfe 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -25,7 +25,7 @@ jobs: go-version-file: .go-version - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: v1.55.2 @@ -39,8 +39,5 @@ jobs: # into fixing all linting issues in the whole file instead. args: --timeout=30m --whole-files - # Optional: if set to true then the action will use pre-installed Go. - skip-go-installation: true - # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true