build: deprecated ubuntu artful, enable ubuntu cosmic

release/1.8
Péter Szilágyi 7 years ago
parent a511f6b515
commit 0598707129
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 3
      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"))

Loading…
Cancel
Save