fix: restore golangci-lint in CI pipeline and enforce blocking behavior

This commit is contained in:
GitHub Actions
2026-02-08 06:53:38 +00:00
parent bc0023a4b2
commit 8693569bc6
4 changed files with 382 additions and 273 deletions

View File

@@ -75,10 +75,9 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: latest
version: v1.64.5
working-directory: backend
args: --timeout=5m
continue-on-error: true
args: --config=.golangci-fast.yml --timeout=2m
- name: GORM Security Scanner
id: gorm-scan