Skip to content

Commit 4d960f6

Browse files
authored
Merge pull request #3439 from karalabe/drop-deprecated-wily
build: Ubuntu wily was officially deprecated, drop support
2 parents 9cc0f60 + 8941665 commit 4d960f6

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)