fix(ci): downgrade golangci-lint-action to v3 for Gitea compatibility
Some checks failed
CI / Test (pull_request) Successful in 11s
CI / Format Check (pull_request) Successful in 2s
CI / Lint (pull_request) Failing after 20s
CI / Build (pull_request) Successful in 6s

Downgrade golangci-lint-action from v4 to v3 to match other actions
that were downgraded for Gitea compatibility (upload-artifact, codecov).
v4 actions are not fully supported on Gitea/GHES.
This commit is contained in:
2025-11-05 13:23:42 +01:00
parent c69fbec95f
commit b132a48efe

View File

@@ -79,11 +79,10 @@ jobs:
go-version: '1.24'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m
skip-cache: true # Skip cache to avoid BusyBox tar compatibility issues
build:
name: Build