fix(deps): update module github.com/cenkalti/backoff/v4 to v5 #1492
Annotations
10 errors
test:
pkg/internal/local/utils/expect.go#L22
too many arguments in call to backoff.NewExponentialBackOff
|
test:
pkg/internal/local/utils/expect.go#L22
undefined: backoff.WithInitialInterval
|
test:
pkg/internal/local/utils/expect.go#L34
in call to backoff.Retry, type *backoff.ExponentialBackOff of b does not match backoff.Operation[T] (cannot infer T)
|
test:
pkg/internal/local/utils/expect.go#L39
too many arguments in call to backoff.NewExponentialBackOff
|
test:
pkg/internal/local/utils/expect.go#L39
undefined: backoff.WithInitialInterval
|
test:
pkg/internal/local/utils/expect.go#L58
in call to backoff.Retry, type *backoff.ExponentialBackOff of b does not match backoff.Operation[T] (cannot infer T)
|
test:
e2e/shared/e2e.go#L181
too many arguments in call to backoff.NewExponentialBackOff
|
test:
e2e/shared/e2e.go#L181
undefined: backoff.WithInitialInterval
|
test:
e2e/shared/e2e.go#L205
in call to backoff.Retry, type *backoff.ExponentialBackOff of b does not match backoff.Operation[T] (cannot infer T)
|
test:
e2e/shared/e2e.go#L211
too many arguments in call to backoff.NewExponentialBackOff
|
Loading