Welcome
How did you install golangci-lint?
go install
Your feature request related to a problem? Please describe
we had several pipeline failures, occurring due to github network glitched causing 504s and breaking here
|
log_debug "http_download_curl received an error: $nf" |
Describe the solution you'd like
would be nice to have some retry logic to avoid this breaking things
Describe alternatives you've considered
n/a
Additional context
No response
Supporter
Welcome
How did you install golangci-lint?
go install
Your feature request related to a problem? Please describe
we had several pipeline failures, occurring due to github network glitched causing 504s and breaking here
golangci-lint/install.sh
Line 291 in 479e560
Describe the solution you'd like
would be nice to have some retry logic to avoid this breaking things
Describe alternatives you've considered
n/a
Additional context
No response
Supporter