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.
1 parent 8167897 commit 1143dc6Copy full SHA for 1143dc6
build/ci.go
@@ -135,11 +135,11 @@ var (
135
// Note: artful is unsupported because it was officially deprecated on Launchpad.
136
// Note: cosmic is unsupported because it was officially deprecated on Launchpad.
137
// Note: disco is unsupported because it was officially deprecated on Launchpad.
138
+ // Note: eoan is unsupported because it was officially deprecated on Launchpad.
139
debDistroGoBoots = map[string]string{
140
"trusty": "golang-1.11",
141
"xenial": "golang-go",
142
"bionic": "golang-go",
- "eoan": "golang-go",
143
"focal": "golang-go",
144
"groovy": "golang-go",
145
}
0 commit comments