We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af815a commit 7094bcaCopy full SHA for 7094bca
.github/actions/proxy-janky-build/main.go
@@ -91,7 +91,7 @@ func main() {
91
}
92
buildRequest.Header.Set("Content-Type", "application/json")
93
buildRequest.Header.Set("Authorization", "Basic "+authToken)
94
- retryClient := retryablehttp.NewClient()
+ retryClient := retryablehttp.NewClient() //nolint:all
95
retryClient.RetryMax = jankyHttpRetryMax
96
retryClient.Logger = nil // disable debug logging
97
client := retryClient.StandardClient() // uses *http.Client
0 commit comments