From fb3e921bc66755e6d2b9c9a41503bedf75429b32 Mon Sep 17 00:00:00 2001 From: 9seconds Date: Wed, 11 Feb 2026 11:48:09 +0100 Subject: [PATCH] Update linter job --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34dc606..8cda7bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,9 +117,7 @@ jobs: go-version: ^1.25 - name: Run linter - uses: golangci/golangci-lint-action@v3 - with: - version: v2.9.0 + uses: golangci/golangci-lint-action@v9.2.0 docker: name: Docker