From 4f3d65a50d9ed8a05fa1db1c242d8e12ca59e831 Mon Sep 17 00:00:00 2001 From: 0x1d Date: Wed, 5 Nov 2025 13:33:35 +0100 Subject: [PATCH] fix(ci): pin golangci-lint to v2.1.6 to match local and support v2 config 'latest' resolves to v1.64.8 which doesn't support version: 2 config. Pin to v2.1.6 to match local development environment and ensure v2 config compatibility. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab4dccd..d013c81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: latest + version: v2.1.6 args: --timeout=5m build: