fix(ci): skip cache for golangci-lint to avoid BusyBox tar compatibility issue
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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user