diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 63a39d96b..a9f46ef62 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -6,7 +6,6 @@ on: pull_request: permissions: contents: read - pull-requests: read # Remove along with only-new-issues by 2025 jobs: golangci: name: lint @@ -25,6 +24,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - args: --whole-files # Remove along with only-new-issues by 2025 version: ${{ steps.golangcilint.outputs.version }} - only-new-issues: true # Remove along with pull-requests: read permission by 2025