From 82469618ca49d5026464582b4086c08144ea4b3b Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 11 Feb 2026 09:40:01 +0100 Subject: [PATCH] chore(ci): update golangci-lint from v2.6.0 to v2.9.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc3757461..5e1106387 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 with: - version: v2.6.0 + version: v2.9.0 api-check-translations: runs-on: ubuntu-latest