fix(ci): use correct version string for golangci-lint

This commit is contained in:
kolaente 2025-07-24 13:37:30 +02:00
parent c0448a8617
commit dd8f036e13
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
with:
version: v2.2.
version: v2.2.2
api-check-translations:
runs-on: ubuntu-latest