Hi all,
today I noticed that my SR for kuttl (that is open for 21 days) shows
the package as failing for Tumbleweed, while it was fine when I
created the SR.
After doing some digging I noticed that I can build (locally) when
using go1.22 ("BuildRequires: go1.22") and not go1.23rc1.
Same seems to hold true for kubeconform and possibly teleport.
All of them are failing to build on OBS, but if I change the
BuildRequires for go to the following, the build passes:
BuildRequires: go1.22
My (naive) assumption is that something in go1.23 RC1 is not fully
working, or the packages need adaptions to work with it?
Kind Regards
Johannes