-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add retry to the curl http download #6498
Copy link
Copy link
Open
Labels
area: installIssue relates to installation or downloading processIssue relates to installation or downloading processenhancementNew feature or improvementNew feature or improvementno decisionNo decision to fix or notNo decision to fix or not
Metadata
Metadata
Assignees
Labels
area: installIssue relates to installation or downloading processIssue relates to installation or downloading processenhancementNew feature or improvementNew feature or improvementno decisionNo decision to fix or notNo decision to fix or not
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