go.mod: update LND version #1404
Annotations
6 errors and 1 warning
run check:
subservers/loop.go#L26
cannot use (*loopSubServer)(nil) (value of type *loopSubServer) as SubServer value in variable declaration: *loopSubServer does not implement SubServer (missing method ValidateMacaroon) (typecheck)
|
run check:
subservers/loop.go#L91
cannot use l (variable of type *loopSubServer) as looprpc.SwapClientServer value in argument to looprpc.RegisterSwapClientServer: *loopSubServer does not implement looprpc.SwapClientServer (missing method AbandonSwap) (typecheck)
|
run check:
subservers/loop.go#L113
l.ErrChan undefined (type *loopSubServer has no field or method ErrChan) (typecheck)
|
run check:
subservers/loop.go#L74
l.StartAsSubserver undefined (type *loopSubServer has no field or method StartAsSubserver) (typecheck)
|
run check:
subservers/loop.go#L37
cannot use &(loopSubServer literal) (value of type *loopSubServer) as SubServer value in return statement: *loopSubServer does not implement SubServer (missing method ValidateMacaroon) (typecheck)
|
run check
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading