From ddcccaba62b27f1fe0e12193478a3ab420de6aa2 Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Sun, 30 Aug 2026 12:08:56 +0200 Subject: [PATCH] ci: migrate golangci-lint action to v9 for golangci-lint v2 support Signed-off-by: Matthias Bertschy --- .github/workflows/go-basic-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-basic-tests.yaml b/.github/workflows/go-basic-tests.yaml index 91a34a1..f37eb2a 100644 --- a/.github/workflows/go-basic-tests.yaml +++ b/.github/workflows/go-basic-tests.yaml @@ -160,7 +160,7 @@ jobs: - name: Test go linting continue-on-error: true # TODO: Should be removed - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v9 id: linting with: version: latest