From 018c9eb9c526bdbb8bd7aae708d1dbd85db9cbcd Mon Sep 17 00:00:00 2001 From: 0x1d Date: Wed, 5 Nov 2025 13:32:34 +0100 Subject: [PATCH] fix(ci): use latest golangci-lint version for v2 config support v1.65.0 doesn't exist. Use 'latest' to automatically get a version that supports v2 config format (version: 2). This should work with both 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 797516d..ab4dccd 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.65.0 + version: latest args: --timeout=5m build: