Skip to content

Add updates

Add updates #33

Triggered via pull request August 2, 2024 15:28
@danjenkinsdanjenkins
synchronize #8
add-updates
Status Failure
Total duration 32s
Artifacts

go.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Test: acceptance-tests/get_ice_servers_test.go#L35
cannot use &md (value of type *metered.Driver) as specifications.TURNProvider value in argument to specifications.GetIceServersSpecification: *metered.Driver does not implement specifications.TURNProvider (wrong type for method GetIceServers)
Test: acceptance-tests/get_ice_servers_test.go#L56
cannot use &td (value of type *twilio.Driver) as specifications.TURNProvider value in argument to specifications.GetIceServersSpecification: *twilio.Driver does not implement specifications.TURNProvider (wrong type for method GetIceServers)
Test: acceptance-tests/get_ice_servers_test.go#L77
cannot use &xd (value of type *xirsys.Driver) as specifications.TURNProvider value in argument to specifications.GetIceServersSpecification: *xirsys.Driver does not implement specifications.TURNProvider (wrong type for method GetIceServers)
Test: acceptance-tests/get_ice_servers_test.go#L103
cannot use &cd (value of type *cloudflare.Driver) as specifications.TURNProvider value in argument to specifications.GetIceServersSpecification: *cloudflare.Driver does not implement specifications.TURNProvider (wrong type for method GetIceServers)
Test: acceptance-tests/get_ice_servers_test.go#L130
cannot use &ed (value of type *expressturn.Driver) as specifications.TURNProvider value in argument to specifications.GetIceServersSpecification: *expressturn.Driver does not implement specifications.TURNProvider (wrong type for method GetIceServers)
Test
Process completed with exit code 1.
Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/