From e4d52f15ade614741bf5e181144b9aeb172e922a Mon Sep 17 00:00:00 2001 From: Lukasz Nowak <luke@nexedi.com> Date: Tue, 9 Apr 2019 18:49:08 +0200 Subject: [PATCH] helloweb: Pick up recent golang1.12 Helloweb is small app, which is very good place to use the most recent go always. --- component/helloweb/buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/helloweb/buildout.cfg b/component/helloweb/buildout.cfg index 4404b50f3..7710c466c 100644 --- a/component/helloweb/buildout.cfg +++ b/component/helloweb/buildout.cfg @@ -25,7 +25,7 @@ parts = install = lab.nexedi.com/nexedi/helloweb/go/... -golang = ${golang1.11:location} +golang = ${golang1.12:location} # -*- go -*- -- 2.30.9