We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc0f60 + 8941665 commit 4d960f6Copy full SHA for 4d960f6
build/ci.go
@@ -112,7 +112,8 @@ var (
112
113
// Distros for which packages are created.
114
// Note: vivid is unsupported because there is no golang-1.6 package for it.
115
- debDistros = []string{"trusty", "wily", "xenial", "yakkety"}
+ // Note: wily is unsupported because it was officially deprecated on lanchpad.
116
+ debDistros = []string{"trusty", "xenial", "yakkety"}
117
)
118
119
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))
0 commit comments