fix(deps): update module github.com/cenkalti/backoff/v4 to v5 #1483
Annotations
10 errors
golangci-lint:
pkg/internal/local/utils/expect.go#L22
too many arguments in call to backoff.NewExponentialBackOff
|
golangci-lint:
pkg/internal/local/utils/expect.go#L22
undefined: backoff.WithInitialInterval
|
golangci-lint:
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)
|
golangci-lint:
pkg/internal/local/utils/expect.go#L39
too many arguments in call to backoff.NewExponentialBackOff
|
golangci-lint:
pkg/internal/local/utils/expect.go#L39
undefined: backoff.WithInitialInterval
|
golangci-lint:
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) (typecheck)
|
golangci-lint:
pkg/internal/local/helm/helm.go#L19
could not import github.com/cloudoperators/greenhouse/pkg/internal/local/utils (-: # github.com/cloudoperators/greenhouse/pkg/internal/local/utils
|
golangci-lint:
pkg/internal/local/utils/expect.go#L22
too many arguments in call to backoff.NewExponentialBackOff
|
golangci-lint:
pkg/internal/local/utils/expect.go#L22
undefined: backoff.WithInitialInterval
|
golangci-lint:
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)
|
Loading