From f55c892f710ec60886531dcd86c5d54642e6e630 Mon Sep 17 00:00:00 2001
From: Kirill Smelkov <kirr@nexedi.com>
Date: Thu, 25 Mar 2021 12:06:09 +0300
Subject: [PATCH] golang: Drop support for Go1.14
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This Go release is EOL now.

Don't drop support for Go1.12 and Go1.13 yet. Even though those Go releases are
also EOL since long ago, they are still being used inside SlapOS:

Go1.12 - by gitlab  (/cc @jerome, @alain.takoudjou)
Go1.13 - by galēŒ«ne  (/cc @tomo, @alain.takoudjou)
---
 component/golang/buildout.cfg | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/component/golang/buildout.cfg b/component/golang/buildout.cfg
index 3da732817f..fc7ad23558 100644
--- a/component/golang/buildout.cfg
+++ b/component/golang/buildout.cfg
@@ -51,15 +51,6 @@ md5sum = 4f4af14d88352a62761a9dcedf863ac0
 environment-extra =
   GOROOT_BOOTSTRAP=${golang14:location}
 
-[golang1.14]
-<= golang-common
-url = https://golang.org/dl/go1.14.15.src.tar.gz
-md5sum = 1065b705a0d330136084f4e1628baf82
-
-# go1.14 needs go1.4 to bootstrap
-environment-extra =
-  GOROOT_BOOTSTRAP=${golang14:location}
-
 [golang1.15]
 <= golang-common
 url = https://golang.org/dl/go1.15.10.src.tar.gz
-- 
2.30.9