From 05987071297b119f97b5eca996f4abffc75da42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 26 Jul 2018 13:14:36 +0300 Subject: build: deprecated ubuntu artful, enable ubuntu cosmic --- build/ci.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/ci.go b/build/ci.go index 29b43783c..fd1985fde 100644 --- a/build/ci.go +++ b/build/ci.go @@ -122,7 +122,8 @@ var ( // Note: wily is unsupported because it was officially deprecated on lanchpad. // Note: yakkety is unsupported because it was officially deprecated on lanchpad. // Note: zesty is unsupported because it was officially deprecated on lanchpad. - debDistros = []string{"trusty", "xenial", "artful", "bionic"} + // Note: artful is unsupported because it was officially deprecated on lanchpad. + debDistros = []string{"trusty", "xenial", "bionic", "cosmic"} ) var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin")) -- cgit v1.2.3