Shuffle #907
Annotations
4 errors and 2 warnings
lint:
routing/integrated_routing_context_test.go#L362
cannot use tx (variable of type graphdb.RTx) as walletdb.ReadTx value in struct literal: graphdb.RTx does not implement walletdb.ReadTx (missing method ForEachBucket)
|
lint:
routing/integrated_routing_context_test.go#L397
cannot use g.tx (variable of type walletdb.ReadTx) as graphdb.RTx value in argument to g.graph.ForEachNodeDirectedChannel: walletdb.ReadTx does not implement graphdb.RTx (missing method Close)
|
lint:
routing/integrated_routing_context_test.go#L403
cannot use g.tx (variable of type walletdb.ReadTx) as graphdb.RTx value in argument to g.graph.FetchNodeFeatures: walletdb.ReadTx does not implement graphdb.RTx (missing method Close) (typecheck)
|
lint
Process completed with exit code 2.
|
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/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest-windows".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading