From 636c4513d6a480a547d4355822328b3d36e5440d Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 31 Oct 2025 17:05:34 +0100 Subject: [PATCH] chore(deps): update golangci-lint to 2.6.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 f8a17a057..28c758d33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 with: - version: v2.4.0 + version: v2.6.0 api-check-translations: runs-on: ubuntu-latest