Commit f74a11d
ci: disable golangci-lint config schema verification (#770)
golangci-lint-action v9 defaults to `verify: true`, which runs
`golangci-lint config verify`. That step downloads the config JSON
schema from golangci-lint.run at runtime and fails the job on network
timeouts (context deadline exceeded), unrelated to any lint findings.
Set `verify: false` so linting no longer depends on external network
availability.
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 4eadf5a commit f74a11d
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments