Skip to content

fix(deps): update module github.com/andreykaipov/goobs to v1 #318

fix(deps): update module github.com/andreykaipov/goobs to v1

fix(deps): update module github.com/andreykaipov/goobs to v1 #318

Triggered via push September 6, 2024 01:51
Status Failure
Total duration 3m 5s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
gotest: pkg/infra/obsws/lib/iface.go#L1
: # github.com/cloudnativedaysjp/emtec-ecu/pkg/infra/obsws/lib
gotest: pkg/infra/obsws/lib/wrapper.go#L29
cannot use c.client.MediaInputs (variable of type *mediainputs.Client) as ObsWsMediaInputsApi value in return statement: *mediainputs.Client does not implement ObsWsMediaInputsApi (wrong type for method GetMediaInputStatus)
gotest: pkg/infra/obsws/lib/wrapper.go#L33
cannot use c.client.Scenes (variable of type *scenes.Client) as ObsWsScenesApi value in return statement: *scenes.Client does not implement ObsWsScenesApi (wrong type for method SetCurrentProgramScene)
gotest: pkg/infra/obsws/lib/wrapper.go#L37
cannot use c.client.SceneItems (variable of type *sceneitems.Client) as ObsWsSceneItemsApi value in return statement: *sceneitems.Client does not implement ObsWsSceneItemsApi (wrong type for method GetSceneItemList)
gotest: pkg/infra/obsws/client.go#L12
could not import github.com/cloudnativedaysjp/emtec-ecu/pkg/infra/obsws/lib (-: # github.com/cloudnativedaysjp/emtec-ecu/pkg/infra/obsws/lib
gotest: pkg/infra/obsws/lib/wrapper.go#L29
cannot use c.client.MediaInputs (variable of type *mediainputs.Client) as ObsWsMediaInputsApi value in return statement: *mediainputs.Client does not implement ObsWsMediaInputsApi (wrong type for method GetMediaInputStatus)
gotest: pkg/infra/obsws/lib/wrapper.go#L33
cannot use c.client.Scenes (variable of type *scenes.Client) as ObsWsScenesApi value in return statement: *scenes.Client does not implement ObsWsScenesApi (wrong type for method SetCurrentProgramScene)
gotest: pkg/infra/obsws/lib/wrapper.go#L37
cannot use c.client.SceneItems (variable of type *sceneitems.Client) as ObsWsSceneItemsApi value in return statement: *sceneitems.Client does not implement ObsWsSceneItemsApi (wrong type for method GetSceneItemList)
gotest: pkg/infra/obsws/client.go#L110
cannot use nextSceneName (variable of type string) as *string value in struct literal (typecheck)
gotest: pkg/infra/obsws/client.go#L146
cannot use currentSceneName (variable of type string) as *string value in struct literal (typecheck)
gotest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/