Unverified Commit 9e688fb6 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #21806 from karalabe/deprecate-eoan

build: stop building for Ubuntu Eoan, not supported any more
parents 81678971 1143dc6e
......@@ -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",
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment