Commit f2306a59 authored by Levin Zimmermann's avatar Levin Zimmermann

software/helloworld: Switch to default go version

Patch nexedi/slapos@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 nexedi/slapos@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 nowadays
sufficient to simply remove the explicit declaration.
parent 686adec3
......@@ -29,9 +29,6 @@ parts =
helloweb-go
[gowork]
golang = ${golang1.17:location}
# Macro for jinja templates. The filename is set in buildout.hash.cfg
# in the section using this template
[jinja-template]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment