chore: update backend linter

This commit is contained in:
adlerhurst
2025-07-25 19:31:19 +02:00
parent d247eb4498
commit 513818f55d
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ jobs:
path: ${{ inputs.core_cache_path }}
key: ${{ inputs.core_cache_key }}
fail-on-cache-miss: true
- uses: golangci/golangci-lint-action@v6
- uses: golangci/golangci-lint-action@v8
with:
version: ${{ inputs.go_lint_version }}
github-token: ${{ github.token }}