We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ff464b + 32b078d commit 560d444Copy full SHA for 560d444
build/ci.go
@@ -139,13 +139,14 @@ var (
139
// Note: zesty is unsupported because it was officially deprecated on Launchpad.
140
// Note: artful is unsupported because it was officially deprecated on Launchpad.
141
// Note: cosmic is unsupported because it was officially deprecated on Launchpad.
142
+ // Note: disco is unsupported because it was officially deprecated on Launchpad.
143
debDistroGoBoots = map[string]string{
144
"trusty": "golang-1.11",
145
"xenial": "golang-go",
146
"bionic": "golang-go",
- "disco": "golang-go",
147
"eoan": "golang-go",
148
"focal": "golang-go",
149
+ "groovy": "golang-go",
150
}
151
152
debGoBootPaths = map[string]string{
0 commit comments