build: drop disco, enable groovy on Ubuntu PPAs

pull/21461/head
Péter Szilágyi 4 years ago
parent 2ff464b29d
commit 32b078d418
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 3
      build/ci.go

@ -139,13 +139,14 @@ var (
// Note: zesty is unsupported because it was officially deprecated on Launchpad.
// 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.
debDistroGoBoots = map[string]string{
"trusty": "golang-1.11",
"xenial": "golang-go",
"bionic": "golang-go",
"disco": "golang-go",
"eoan": "golang-go",
"focal": "golang-go",
"groovy": "golang-go",
}
debGoBootPaths = map[string]string{

Loading…
Cancel
Save