Skip to content

Commit 560d444

Browse files
authored
Merge pull request #21461 from karalabe/ppa-drop-disco
build: drop disco, enable groovy on Ubuntu PPAs
2 parents 2ff464b + 32b078d commit 560d444

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/ci.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,14 @@ var (
139139
// Note: zesty is unsupported because it was officially deprecated on Launchpad.
140140
// Note: artful is unsupported because it was officially deprecated on Launchpad.
141141
// Note: cosmic is unsupported because it was officially deprecated on Launchpad.
142+
// Note: disco is unsupported because it was officially deprecated on Launchpad.
142143
debDistroGoBoots = map[string]string{
143144
"trusty": "golang-1.11",
144145
"xenial": "golang-go",
145146
"bionic": "golang-go",
146-
"disco": "golang-go",
147147
"eoan": "golang-go",
148148
"focal": "golang-go",
149+
"groovy": "golang-go",
149150
}
150151

151152
debGoBootPaths = map[string]string{

0 commit comments

Comments
 (0)