software/helloworld: Switch to default go version
Hello @kirr,
as we discussed it here this patch changes the helloworld SR, so that it uses go1.18.
Tests were successful expect for one failure of seleniumserver which I believe to be unrelated, because it also happens from time to time with nexedi/master test results (please see 1, 2).
Full commit message:
Patch 15e26abd explicitly declared go version 1.17 for the 'helloworld' SR.
This was done at a time when we already had [golang1.17] in component/golang, but the default was still go1.16. The explicit declaration allowed the 'helloworld' SR to already switch to the newest go version.
Since patch d32524c3 we use go1.18 as our default version. In order to allow 'helloworld' to use our newest SlapOS supported go version, it's therefore sufficient nowadays to simply remove the explicit declaration.
Are there any objections? Thanks and
Best, Levin