Skip to content

Bump github.com/dogmatiq/dogma from 0.13.0 to 0.13.1 #2315

Bump github.com/dogmatiq/dogma from 0.13.0 to 0.13.1

Bump github.com/dogmatiq/dogma from 0.13.0 to 0.13.1 #2315

Triggered via pull request July 16, 2024 19:51
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Shared / Go
cannot use &c (value of type *configurer) as dogma.ProjectionConfigurer value in argument to h.Configure: *configurer does not implement dogma.ProjectionConfigurer (missing method Disable)
Shared / Go
cannot use (*configurer)(nil) (value of type *configurer) as dogma.ProjectionConfigurer value in variable declaration: *configurer does not implement dogma.ProjectionConfigurer (missing method Disable)
Shared / Go
cannot use c (variable of type *aggregateConfigurer) as dogma.AggregateConfigurer value in argument to h.Configure: *aggregateConfigurer does not implement dogma.AggregateConfigurer (missing method Disable)
Shared / Go
cannot use c (variable of type *integrationConfigurer) as dogma.IntegrationConfigurer value in argument to h.Configure: *integrationConfigurer does not implement dogma.IntegrationConfigurer (missing method Disable)
Shared / Go
cannot use c (variable of type *processConfigurer) as dogma.ProcessConfigurer value in argument to h.Configure: *processConfigurer does not implement dogma.ProcessConfigurer (missing method Disable)
Shared / Go
cannot use c (variable of type *projectionConfigurer) as dogma.ProjectionConfigurer value in argument to h.Configure: *projectionConfigurer does not implement dogma.ProjectionConfigurer (missing method Disable)
Shared / Go
Process completed with exit code 2.