From 63f10e724d720360a3f49349343c3626f919f0b9 Mon Sep 17 00:00:00 2001 From: Jordan Patel Date: Wed, 24 Jun 2026 07:59:13 +0200 Subject: [PATCH] fix: make lint-go non-blocking pending golangci-lint v2 migration golangci-lint v1.64.8 (latest v1.x) is built with Go 1.24 but the project targets Go 1.25. Mark lint-go as continue-on-error until golangci-lint v2.x config migration is completed. Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8473bd22..eb56ec92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: latest + continue-on-error: true # v1.64.8 built with Go 1.24; migrate to v2.x tracking ELF-232 lint-docs: runs-on: ubuntu-latest