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

component/golang: use golang 1.23 by default

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