chore(deps): bump github.com/apache/pulsar-client-go from 0.12.0 to 0.12.1 #843
Annotations
10 errors and 1 warning
Run make lint:
controllers/eventbus/controller.go#L18
could not import github.com/argoproj/argo-events/controllers/eventbus/installer (-: # github.com/argoproj/argo-events/controllers/eventbus/installer
|
Run make lint:
controllers/eventbus/installer/jetstream.go#L469
cannot use corev1.ResourceRequirements{…} (value of type "k8s.io/api/core/v1".ResourceRequirements) as "k8s.io/api/core/v1".VolumeResourceRequirements value in struct literal
|
Run make lint:
controllers/eventbus/installer/nats.go#L788
cannot use corev1.ResourceRequirements{…} (value of type "k8s.io/api/core/v1".ResourceRequirements) as "k8s.io/api/core/v1".VolumeResourceRequirements value in struct literal) (typecheck)
|
Run make lint:
controllers/eventbus/installer/jetstream.go#L469
cannot use corev1.ResourceRequirements{…} (value of type "k8s.io/api/core/v1".ResourceRequirements) as "k8s.io/api/core/v1".VolumeResourceRequirements value in struct literal
|
Run make lint:
controllers/eventbus/installer/nats.go#L788
cannot use corev1.ResourceRequirements{…} (value of type "k8s.io/api/core/v1".ResourceRequirements) as "k8s.io/api/core/v1".VolumeResourceRequirements value in struct literal (typecheck)
|
Run make lint:
sensors/triggers/pulsar/pulsar_test.go#L99
cannot use producer (variable of type *mockPulsarProducer) as "github.com/apache/pulsar-client-go/pulsar".Producer value in map literal: *mockPulsarProducer does not implement "github.com/apache/pulsar-client-go/pulsar".Producer (missing method FlushWithCtx)
|
Run make lint:
sensors/triggers/pulsar/pulsar_test.go#L113
cannot use producer (variable of type *mockPulsarProducer) as "github.com/apache/pulsar-client-go/pulsar".Producer value in map literal: *mockPulsarProducer does not implement "github.com/apache/pulsar-client-go/pulsar".Producer (missing method FlushWithCtx)
|
Run make lint:
sensors/triggers/pulsar/pulsar_test.go#L130
cannot use producer (variable of type *mockPulsarProducer) as "github.com/apache/pulsar-client-go/pulsar".Producer value in map literal: *mockPulsarProducer does not implement "github.com/apache/pulsar-client-go/pulsar".Producer (missing method FlushWithCtx)
|
Run make lint:
sensors/triggers/pulsar/pulsar_test.go#L177
cannot use producer (variable of type *mockPulsarProducer) as "github.com/apache/pulsar-client-go/pulsar".Producer value in map literal: *mockPulsarProducer does not implement "github.com/apache/pulsar-client-go/pulsar".Producer (missing method FlushWithCtx) (typecheck)
|
Run make lint:
eventsources/sources/pulsar/start.go#L173
Error return value of `consumer.Ack` is not checked (errcheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading