fix: update golangci-lint version format in CI workflows

This commit is contained in:
GitHub Actions
2026-02-08 07:02:32 +00:00
parent 8693569bc6
commit ddd16ffab0
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ jobs:
- name: Run golangci-lint (fast)
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v1.64.5
version: 1.64.5
working-directory: backend
args: --config=.golangci-fast.yml --timeout=2m

View File

@@ -75,7 +75,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v1.64.5
version: 1.64.5
working-directory: backend
args: --config=.golangci-fast.yml --timeout=2m