From 7951106db3a8ed3b94525b241f1081ab368bf1f5 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Tue, 21 Apr 2026 17:40:30 +0200 Subject: [PATCH] ci: bump golangci-lint from v2.9 to v2.11 No new standalone linters were added between v2.9 and v2.11.x, so no configuration changes are required in .golangci.yml. Assisted-By: docker-agent --- .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 b27dbc0ab..d24975438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.9 + version: v2.11 - name: Lint GitHub Actions uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2