Please provide a rpm-repository for Fedora 23.
The GO binary from the Fedora 22 repository http://download.opensuse.org/repositories/home:e9925248:grandorgue/Fedora_22/ crashes in Fedora 23 with segfault. But the GO compiled from sources with Fedora 23 works as expected.
The reason is the GCC ABI change between Fedora 22 and 23: http://developerblog.redhat.com/2015/02/10/gcc-5-in-fedora/
The descussion is here: https://lwn.net/Articles/632734/
So, all wxWidgets applications became binary incompatible between these two versions, because, for example,
sizeof(wxString) == 24 // in Fedora 22
sizeof(wxString) == 48 // in Fedora 23
Adding new versions of distributions, which are available in OBS, is no problem.
I just need a notification, that they have been added to OBS.