Skip to content

Bump github.com/dogmatiq/dogma from 0.14.3 to 0.15.0 #2422

Bump github.com/dogmatiq/dogma from 0.14.3 to 0.15.0

Bump github.com/dogmatiq/dogma from 0.14.3 to 0.15.0 #2422

Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Shared / Go: internal/integration/supervisor.go#L176
cannot use c (variable of type dogma.Message) as dogma.Command value in argument to s.Handler.HandleCommand: dogma.Message does not implement dogma.Command (missing method Validate)
Shared / Go
cannot use events.AccountOpened{…} (value of type events.AccountOpened) as dogma.Event value in argument to s.RecordEvent: events.AccountOpened does not implement dogma.Event (wrong type for method Validate)
Shared / Go
cannot use events.AccountCredited{…} (value of type events.AccountCredited) as dogma.Event value in argument to s.RecordEvent: events.AccountCredited does not implement dogma.Event (wrong type for method Validate)
Shared / Go
cannot use events.AccountDebited{…} (value of type events.AccountDebited) as dogma.Event value in argument to s.RecordEvent: events.AccountDebited does not implement dogma.Event (wrong type for method Validate)
Shared / Go
cannot use events.AccountDebitDeclined{…} (value of type events.AccountDebitDeclined) as dogma.Event value in argument to s.RecordEvent: events.AccountDebitDeclined does not implement dogma.Event (wrong type for method Validate)
Shared / Go
impossible type switch case: events.AccountOpened
Shared / Go
impossible type switch case: events.AccountCredited
Shared / Go
impossible type switch case: events.AccountDebited
Shared / Go
commands.OpenAccount does not satisfy dogma.Command (wrong type for method Validate)
Shared / Go
commands.CreditAccount does not satisfy dogma.Command (wrong type for method Validate)