Getting this error when compiling:
go.temporal.io/sdk/client
/home/axxxx/go/pkg/mod/go.temporal.io/sdk@v1.15.0/client/service_proxy.go:50:9: cannot use &workflowServiceProxyServer{…} (type *workflowServiceProxyServer) as type workflowservice.WorkflowServiceServer in return argument:
*workflowServiceProxyServer does not implement workflowservice.WorkflowServiceServer (missing GetWorkerBuildIdOrdering method)
Checked here, no open issues on this: