From 4e4a00d574721597642e9c015beb0a7634c83534 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Tue, 9 Jun 2026 21:20:58 +0300 Subject: [PATCH] ci: use golangci-lint-action@v7 for golangci-lint v2 v6 of the action rejects golangci-lint v2 versions ("v2 is not supported by golangci-lint-action v6"). Bump to v7. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 23284d0..ebf2ce1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -52,7 +52,8 @@ jobs: run: git fetch --no-tags origin master - name: golangci-lint - uses: golangci/golangci-lint-action@v6 + # v7 is required for golangci-lint v2. + uses: golangci/golangci-lint-action@v7 with: version: v2.4.0