Skip to content

Merge branch 'main' of github.com:itohio/dndm into main #2

Merge branch 'main' of github.com:itohio/dndm into main

Merge branch 'main' of github.com:itohio/dndm into main #2

Triggered via push April 25, 2024 21:49
Status Failure
Total duration 14s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: container_test.go#L25
cannot use func(interest Interest, t Endpoint) error {…} (value of type func(interest Interest, t Endpoint) error) as IntentCallback value in argument to container.Init
build: container_test.go#L47
cannot use func(interest Interest, t Endpoint) error {…} (value of type func(interest Interest, t Endpoint) error) as IntentCallback value in argument to container.Init
build: intent_test.go#L27
too many arguments in call to NewIntent
build: intent_test.go#L52
too many arguments in call to NewIntent
build: intent_test.go#L91
too many arguments in call to NewIntent
build: intent_test.go#L113
cannot use closer (variable of type func() error) as int value in argument to NewIntentRouter
build: intent_test.go#L113
cannot use 10 (constant of type int) as Intent value in argument to NewIntentRouter: int does not implement Intent (missing method Close)
build: intent_test.go#L145
cannot use closer (variable of type func() error) as int value in argument to NewIntentRouter
build: intent_test.go#L145
cannot use 10 (constant of type int) as Intent value in argument to NewIntentRouter: int does not implement Intent (missing method Close)
build: intent_test.go#L188
cannot use closer (variable of type func() error) as int value in argument to NewIntentRouter
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.