Skip to content

Commit 2e71422

Browse files
authored
Update main.go
1 parent 7094bca commit 2e71422

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/proxy-janky-build

1 file changed

+1
-1
lines changed

.github/actions/proxy-janky-build/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func main() {
133133
}
134134
statusRequest.Header.Set("Content-Type", "application/json")
135135
statusRequest.Header.Set("Authorization", "Basic "+authToken)
136-
retryClient2 := retryablehttp.NewClient()
136+
retryClient2 := retryablehttp.NewClient() //nolint:all
137137
retryClient2.RetryMax = jankyHttpRetryMax
138138
retryClient2.Logger = nil // disable debug logging
139139
client2 := retryClient2.StandardClient() // uses *http.Client

0 commit comments

Comments
 (0)