aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-07 16:12:44 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-08-07 16:12:44 +0800
commit524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c (patch)
tree2781c64d8ac01334993d7a8f384186619b2911c8 /build
parent1059927f9cd2fde1a805c5297fb75db2e6f8584d (diff)
downloadgo-tangerine-524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c.tar
go-tangerine-524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c.tar.gz
go-tangerine-524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c.tar.bz2
go-tangerine-524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c.tar.lz
go-tangerine-524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c.tar.xz
go-tangerine-524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c.tar.zst
go-tangerine-524ca544b2d10e7efd1d84dcbc80e8c199bb2d2c.zip
build: drop yakkety builds (launchpad end of life)
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 6a52077d4..e631d70ef 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -119,7 +119,8 @@ var (
// Distros for which packages are created.
// Note: vivid is unsupported because there is no golang-1.6 package for it.
// Note: wily is unsupported because it was officially deprecated on lanchpad.
- debDistros = []string{"trusty", "xenial", "yakkety", "zesty"}
+ // Note: yakkety is unsupported because it was officially deprecated on lanchpad.
+ debDistros = []string{"trusty", "xenial", "zesty"}
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))