Skip to content

Merge remote-tracking branch 'origin/master' #20

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #20

Triggered via push August 31, 2024 11:33
Status Failure
Total duration 32s
Artifacts

build-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: internal/core/domain/command_test.go#L26
cannot use mr (variable of type *MockResponder) as CommandResponder value in argument to cr.Register: *MockResponder does not implement CommandResponder (wrong type for method Respond)
build: internal/core/domain/command_test.go#L41
cannot use mr (variable of type *MockResponder) as CommandResponder value in argument to cr.Register: *MockResponder does not implement CommandResponder (wrong type for method Respond)
build: internal/core/domain/command_test.go#L52
cannot use mr (variable of type *MockResponder) as CommandResponder value in argument to cr.Register: *MockResponder does not implement CommandResponder (wrong type for method Respond)
build: internal/core/domain/command_test.go#L67
cannot use mr1 (variable of type *MockResponder) as CommandResponder value in argument to cr.Register: *MockResponder does not implement CommandResponder (wrong type for method Respond)
build: internal/core/domain/command_test.go#L68
cannot use mr2 (variable of type *MockResponder) as CommandResponder value in argument to cr.Register: *MockResponder does not implement CommandResponder (wrong type for method Respond)
build: internal/core/domain/commands/chat_test.go#L43
not enough arguments in call to chatHandler.Respond
build: internal/core/domain/commands/chat_test.go#L63
not enough arguments in call to chatHandler.Respond
build: internal/core/domain/commands/chat_test.go#L69
not enough arguments in call to chatHandler.Respond
build: internal/core/domain/commands/chat_test.go#L90
not enough arguments in call to chatHandler.Respond
build: internal/core/domain/commands/chat_test.go#L104
not enough arguments in call to chatHandler.Respond
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/