Commit 09f93642 authored by Levin Zimmermann's avatar Levin Zimmermann

software/helloworld: Switch to default go version

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.

/reviewed-on !1330
/reviewed-by @kirr
parent b3afa3fe
Pipeline #26111 failed with stage
......@@ -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