Sfoglia il codice sorgente

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

Péter Szilágyi 5 anni fa
parent
commit
1143dc6e29
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build/ci.go

+ 1 - 1
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",
 	}