Skip to content

Test version change

Test version change #1

Triggered via pull request August 28, 2023 03:34
Status Success
Total duration 2m 43s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: pkg/utils/test/assertions.go#L78
Error return value of `wait.PollImmediate` is not checked (errcheck)
lint: pkg/utils/test/framework.go#L137
Error return value of `f.client.Delete` is not checked (errcheck)
lint: pkg/utils/test/assertions.go#L92
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)