aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-07-26 18:14:36 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-26 18:14:36 +0800
commit05987071297b119f97b5eca996f4abffc75da42d (patch)
treea1d43bb073648ff146822e79674a7551ba44cb74 /build
parenta511f6b51589f2af0a63f23a7a63238c30740ab4 (diff)
downloadgo-tangerine-05987071297b119f97b5eca996f4abffc75da42d.tar
go-tangerine-05987071297b119f97b5eca996f4abffc75da42d.tar.gz
go-tangerine-05987071297b119f97b5eca996f4abffc75da42d.tar.bz2
go-tangerine-05987071297b119f97b5eca996f4abffc75da42d.tar.lz
go-tangerine-05987071297b119f97b5eca996f4abffc75da42d.tar.xz
go-tangerine-05987071297b119f97b5eca996f4abffc75da42d.tar.zst
go-tangerine-05987071297b119f97b5eca996f4abffc75da42d.zip
build: deprecated ubuntu artful, enable ubuntu cosmic
Diffstat (limited to 'build')
-rw-r--r--build/ci.go3
1 files changed, 2 insertions, 1 deletions
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"))