Skip to content

Adapt examples to go-perun v0.11.0 #216

Adapt examples to go-perun v0.11.0

Adapt examples to go-perun v0.11.0 #216

Triggered via pull request August 20, 2024 15:07
Status Failure
Total duration 2m 20s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Test Examples
cannot use p.App.Def() (value of type "perun.network/go-perun/channel".AppID) as wallet.Address value in argument to MakeOffIdent: "perun.network/go-perun/channel".AppID does not implement wallet.Address (wrong type for method Equal)
Test Examples
cannot use new(backend) (value of type *backend) as "perun.network/go-perun/channel".Backend value in argument to channel.SetBackend: *backend does not implement "perun.network/go-perun/channel".Backend (missing method NewAppID)
Test Examples
Process completed with exit code 1.
Test Examples
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/