Skip to content

Commit 8941665

Browse files
committed
build: Ubuntu wily was officially deprecated, drop support
1 parent 9cc0f60 commit 8941665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/ci.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ var (
112112

113113
// Distros for which packages are created.
114114
// Note: vivid is unsupported because there is no golang-1.6 package for it.
115-
debDistros = []string{"trusty", "wily", "xenial", "yakkety"}
115+
// Note: wily is unsupported because it was officially deprecated on lanchpad.
116+
debDistros = []string{"trusty", "xenial", "yakkety"}
116117
)
117118

118119
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))

0 commit comments

Comments
 (0)