Commit 88f7925d authored by Jérome Perrin's avatar Jérome Perrin

component/golang: use golang 1.23 by default

parent 875edc5f
Pipeline #39460 running with stage
......@@ -191,7 +191,7 @@ bin = ${gowork.dir:bin}
depends = ${gowork.goinstall:recipe}
# go version used for the workspace (possible to override in applications)
golang = ${golang1.21:location}
golang = ${golang1.23:location}
# no special build flags by default
buildflags =
......
......@@ -104,7 +104,6 @@ grafana-bin = ${grafana:binpath}/grafana
grafana-homepath = ${grafana:homepath}
loki-bin = ${:bin}/loki
promtail-bin = ${:bin}/promtail
golang = ${golang1.23:location}
[post-install-cleanup]
recipe = plone.recipe.command
......
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