Skip to content

fix(deps): update module github.com/cenkalti/backoff/v4 to v5 #3180

fix(deps): update module github.com/cenkalti/backoff/v4 to v5

fix(deps): update module github.com/cenkalti/backoff/v4 to v5 #3180

Triggered via pull request January 28, 2025 15:44
Status Failure
Total duration 10m 34s
Artifacts

codeql.yaml

on: pull_request
codeql  /  define-matrix
0s
codeql / define-matrix
Matrix: codeql / Analyze
Fit to window
Zoom out
Zoom in

Annotations

7 errors
codeql / Analyze (default, go, 1.23, node): pkg/internal/local/utils/expect.go#L22
too many arguments in call to backoff.NewExponentialBackOff
codeql / Analyze (default, go, 1.23, node): pkg/internal/local/utils/expect.go#L22
undefined: backoff.WithInitialInterval
codeql / Analyze (default, go, 1.23, node): 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)
codeql / Analyze (default, go, 1.23, node): pkg/internal/local/utils/expect.go#L39
too many arguments in call to backoff.NewExponentialBackOff
codeql / Analyze (default, go, 1.23, node): pkg/internal/local/utils/expect.go#L39
undefined: backoff.WithInitialInterval
codeql / Analyze (default, go, 1.23, node): 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)
codeql / Analyze (default, go, 1.23, node)
Process completed with exit code 2.