From 4f658fcf0848e78d59b614881f8cbc10e2f1f419 Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Mon, 13 Jan 2025 12:57:05 -0600 Subject: [PATCH] try removing only-new-issues since it's 2025 now --- .github/workflows/golangci-lint.yml | 3 --- 1 file changed, 3 deletions(-) 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