From 81e3a6c2a49959698cad440a40c2667d44d22c6c Mon Sep 17 00:00:00 2001
From: Kirill Smelkov <kirr@nexedi.com>
Date: Thu, 25 Mar 2021 12:02:32 +0300
Subject: [PATCH] golang: Switch default to Go1.16

---
 component/golang/buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component/golang/buildout.cfg b/component/golang/buildout.cfg
index 170a4f286..3da732817 100644
--- a/component/golang/buildout.cfg
+++ b/component/golang/buildout.cfg
@@ -139,7 +139,7 @@ bin	= ${gowork.dir:bin}
 depends = ${gowork.goinstall:recipe}
 
 # go version used for the workspace (possible to override in applications)
-golang  = ${golang1.15:location}
+golang  = ${golang1.16:location}
 
 # no special build flags by default
 buildflags =
-- 
2.30.9