[main] Upgrade to latest dependencies #3746
Annotations
8 errors and 1 warning
Go Lint:
test/e2e/config/certsecret/certsecret.go#L70
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)
|
Go Lint:
test/e2e/cmd/rabbitproducer/main.go#L110
SA1019: ch.Publish is deprecated: Use PublishWithContext instead. (staticcheck)
|
Go Lint:
pkg/rabbit/exchange_test.go#L27
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
Go Lint:
pkg/rabbit/queue_test.go#L30
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
Go Lint:
pkg/reconciler/broker/broker.go#L23
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
Go Lint:
test/e2e/rabbitmqcluster.go#L120
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)
|
Go Lint:
test/e2e/rabbitmqcluster.go#L150
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)
|
Go Lint
issues found
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-rabbitmq/eventing-rabbitmq. Supported file pattern: go.sum
|
Loading