You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update golanci-lint version and fix warnings (#990)
* feat: Update golanci-lint version and fix warnings
* feat: Add go version 1.23 to matrix in CI
* feat: Only lint for one of the go versions, test with all
// Deprecated: retry options were removed to reduce complexity of the client. If this functionality is needed, you can provide your own custom HTTP client. This option has no effect, and will be removed in a later update
239
239
funcWithMaxRetries(_int) ConfigurationOption {
240
-
returnfunc(config*Configuration) error {
240
+
returnfunc(_*Configuration) error {
241
241
returnnil
242
242
}
243
243
}
244
244
245
245
// Deprecated: retry options were removed to reduce complexity of the client. If this functionality is needed, you can provide your own custom HTTP client. This option has no effect, and will be removed in a later update
// Deprecated: retry options were removed to reduce complexity of the client. If this functionality is needed, you can provide your own custom HTTP client. This option has no effect, and will be removed in a later update
0 commit comments