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 7094bca commit 2e71422Copy full SHA for 2e71422
.github/actions/proxy-janky-build/main.go
@@ -133,7 +133,7 @@ func main() {
133
}
134
statusRequest.Header.Set("Content-Type", "application/json")
135
statusRequest.Header.Set("Authorization", "Basic "+authToken)
136
- retryClient2 := retryablehttp.NewClient()
+ retryClient2 := retryablehttp.NewClient() //nolint:all
137
retryClient2.RetryMax = jankyHttpRetryMax
138
retryClient2.Logger = nil // disable debug logging
139
client2 := retryClient2.StandardClient() // uses *http.Client
0 commit comments