On 10.03.20 at 08:49 Johannes Kastl wrote:
Hmm, something is fishy. Why does Tumbleweed install go1.14 but keeps using go1.12?
spec contains this line: BuildRequires: (go >= 1.14 with go < 1.15)
Hmm, apparently this does not work as intended.
Martin fixed the package by using "BuildRequires: go1.14" (which I had already tried, but which did not work).
Now it seems to correctly use go1.14:
[ 67s] + GO_CONTRIBSRCDIR=/usr/share/go/1.14/contrib/src/
Strange... Johannes