Go doesn't support wrpc, iirc there was some proxy to convert grpc to json over websocket, I think it also deprecated.
You should use rust node. And enable websocket adding args:
JSON protocol:
--rpclisten-json = <interface:port>
Borsh protocol:
--rpclisten-borsh = <interface:port>