fix(ci): skip cache for golangci-lint to avoid BusyBox tar compatibility issue
Some checks failed
CI / Test (pull_request) Successful in 11s
CI / Lint (pull_request) Failing after 4s
CI / Build (pull_request) Successful in 6s
CI / Format Check (pull_request) Successful in 2s

The golangci-lint-action tries to use tar with --posix option for caching,
but BusyBox tar (used in Alpine-based runners) doesn't support this option.
Skipping the cache avoids this compatibility issue.
This commit is contained in:
2025-11-05 13:21:43 +01:00
parent 784f0f601f
commit c69fbec95f

View File

@@ -83,6 +83,7 @@ jobs:
with:
version: latest
args: --timeout=5m
skip-cache: true # Skip cache to avoid BusyBox tar compatibility issues
build:
name: Build