From 1143dc6e295e6f312b18542b3454f52ccd46f53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 9 Nov 2020 17:43:54 +0200 Subject: [PATCH] build: stop building for Ubuntu Eoan, not supported any more --- build/ci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci.go b/build/ci.go index 1395df56c0..9522d29e4c 100644 --- a/build/ci.go +++ b/build/ci.go @@ -135,11 +135,11 @@ var ( // Note: artful is unsupported because it was officially deprecated on Launchpad. // Note: cosmic is unsupported because it was officially deprecated on Launchpad. // Note: disco is unsupported because it was officially deprecated on Launchpad. + // Note: eoan is unsupported because it was officially deprecated on Launchpad. debDistroGoBoots = map[string]string{ "trusty": "golang-1.11", "xenial": "golang-go", "bionic": "golang-go", - "eoan": "golang-go", "focal": "golang-go", "groovy": "golang-go", }