Skip to content

Added changelog entries for v1.6.2, v1.6.3, and added new release v1.7.0 #114

Added changelog entries for v1.6.2, v1.6.3, and added new release v1.7.0

Added changelog entries for v1.6.2, v1.6.3, and added new release v1.7.0 #114

Triggered via push January 23, 2024 14:26
Status Failure
Total duration 4m 5s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build: test/webSocket_client/webSocket_client.go#L274
cannot use debugLevelReq (type *lnrpc.DebugLevelRequest) as type protoreflect.ProtoMessage in argument to sendProtocCommand:
build: test/webSocket_client/webSocket_client.go#L274
cannot use debugLevelResp (type *lnrpc.DebugLevelResponse) as type protoreflect.ProtoMessage in argument to sendProtocCommand:
build: test/webSocket_client/webSocket_client.go#L288
cannot use getInfoResp (type *lnrpc.GetInfo2Response) as type protoreflect.ProtoMessage in argument to sendProtocCommand:
build: test/webSocket_client/webSocket_client.go#L303
cannot use walletBalanceResp (type *lnrpc.WalletBalanceResponse) as type protoreflect.ProtoMessage in argument to sendProtocCommand:
build: test/webSocket_client/webSocket_client.go#L318
cannot use walletBalanceResp (type *lnrpc.WalletBalanceResponse) as type protoreflect.ProtoMessage in argument to sendProtocCommand:
build: test/webSocket_client/webSocket_client.go#L357
cannot use &req (type *restrpc.WebSocketProtobufRequest) as type protoreflect.ProtoMessage in argument to "google.golang.org/protobuf/proto".Marshal:
build: test/webSocket_client/webSocket_client.go#L386
cannot use webSocketResp (type *restrpc.WebSocketProtobufResponse) as type protoreflect.ProtoMessage in argument to "google.golang.org/protobuf/proto".Unmarshal:
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/