Commit 1983f49
committed
Fix golangci-lint config validation timeout in CI
Add --skip-config-verify flag to prevent CI failures when golangci-lint
cannot download the remote JSON schema for config validation due to
network timeouts or server unavailability.
This resolves: 'context deadline exceeded (Client.Timeout exceeded)'
errors when accessing https://golangci-lint.run/jsonschema/golangci.v2.4.jsonschema.json
The linter will still run and validate code, just skip remote schema validation.1 parent 7c3226e commit 1983f49
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments