From 6e90bdf6e388a2d3fd0e151bc179ef8c23b56b1d Mon Sep 17 00:00:00 2001 From: 0x1d Date: Wed, 5 Nov 2025 13:30:59 +0100 Subject: [PATCH] fix(ci): upgrade golangci-lint to v1.65.0 for v2 config support v1.64.8 doesn't support version: 2 in config files. Upgrade to v1.65.0 which supports v2 config format. This ensures compatibility with local v2.1.6 and CI. --- .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 f4039f8..797516d 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: v1.64.8 + version: v1.65.0 args: --timeout=5m build: