build: stop building for Ubuntu Eoan, not supported any more

This commit is contained in:
Péter Szilágyi 2020-11-09 17:43:54 +02:00
parent 81678971db
commit 1143dc6e29
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

View File

@ -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",
}