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

@@ -81,7 +81,7 @@ jobs:
with: with:
node_version: "18" node_version: "18"
buf_version: "latest" buf_version: "latest"
go_lint_version: "v1.64.8" go_lint_version: "latest"
core_cache_key: ${{ needs.core.outputs.cache_key }} core_cache_key: ${{ needs.core.outputs.cache_key }}
core_cache_path: ${{ needs.core.outputs.cache_path }} core_cache_path: ${{ needs.core.outputs.cache_path }}

View File

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