Merge pull request #19955 from karalabe/deprecate-cosmic

build: deprecate Ubuntu Cosmic, start supporting Eoan
pull/19961/head
Péter Szilágyi 5 years ago committed by GitHub
commit 44c8b9ad37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      build/ci.go

@ -137,7 +137,8 @@ var (
// Note: yakkety is unsupported because it was officially deprecated on Launchpad. // Note: yakkety is unsupported because it was officially deprecated on Launchpad.
// Note: zesty is unsupported because it was officially deprecated on Launchpad. // Note: zesty is unsupported because it was officially deprecated on Launchpad.
// Note: artful is unsupported because it was officially deprecated on Launchpad. // Note: artful is unsupported because it was officially deprecated on Launchpad.
debDistros = []string{"trusty", "xenial", "bionic", "cosmic", "disco"} // Note: cosmic is unsupported because it was officially deprecated on Launchpad.
debDistros = []string{"trusty", "xenial", "bionic", "disco", "eoan"}
) )
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin")) var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))

Loading…
Cancel
Save