Commit c27144f
committed
ci: skip golangci-lint online config verify (verify: false)
The golangci-lint-action@v9 default runs 'golangci-lint config verify',
which fetches the JSON schema from golangci-lint.run. That fetch times
out on runner network blips (context deadline exceeded) and fails the
whole lint job — blocking the release build (build needs [test, lint]) —
with nothing wrong in the code. Linting needs no network, so disable the
online verify in both the CI and release lint jobs.1 parent 4d58ab1 commit c27144f
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
0 commit comments