Merge pull request #21806 from karalabe/deprecate-eoan

build: stop building for Ubuntu Eoan, not supported any more
pull/21807/head
Péter Szilágyi 4 years ago committed by GitHub
commit 9e688fb64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/ci.go

@ -135,11 +135,11 @@ var (
// Note: artful is unsupported because it was officially deprecated on Launchpad.
// Note: cosmic is unsupported because it was officially deprecated on Launchpad.
// Note: disco is unsupported because it was officially deprecated on Launchpad.
// Note: eoan is unsupported because it was officially deprecated on Launchpad.
debDistroGoBoots = map[string]string{
"trusty": "golang-1.11",
"xenial": "golang-go",
"bionic": "golang-go",
"eoan": "golang-go",
"focal": "golang-go",
"groovy": "golang-go",
}

Loading…
Cancel
Save