From 32b078d418117a9cd52dcd655a065710c2e5ebff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 19 Aug 2020 10:28:08 +0300 Subject: [PATCH] build: drop disco, enable groovy on Ubuntu PPAs --- build/ci.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/ci.go b/build/ci.go index 35c114dd9..ae5aaf5ac 100644 --- a/build/ci.go +++ b/build/ci.go @@ -139,13 +139,14 @@ var ( // Note: zesty is unsupported because it was officially deprecated on Launchpad. // 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. debDistroGoBoots = map[string]string{ "trusty": "golang-1.11", "xenial": "golang-go", "bionic": "golang-go", - "disco": "golang-go", "eoan": "golang-go", "focal": "golang-go", + "groovy": "golang-go", } debGoBootPaths = map[string]string{