There was an error while loading. Please reload this page.
1 parent a92927f commit 85b1e92Copy full SHA for 85b1e92
1 file changed
.github/workflows/go.yml
@@ -71,7 +71,10 @@ jobs:
71
- name: GolangCI-Lint
72
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
73
with:
74
- skip-cache: false
+ # Disable the golangci-lint cache: a restored stale cache has produced
75
+ # phantom staticcheck findings in files unrelated to the PR diff. The
76
+ # full lint run is fast enough that correctness is worth the trade-off.
77
+ skip-cache: true
78
version: v2.11.3
79
- name: Whitespace check
80
run: make check-whitespace
0 commit comments