Skip to content

Commit 1143dc6

Browse files
committed
build: stop building for Ubuntu Eoan, not supported any more
1 parent 8167897 commit 1143dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ var (
135135
// Note: artful is unsupported because it was officially deprecated on Launchpad.
136136
// Note: cosmic is unsupported because it was officially deprecated on Launchpad.
137137
// Note: disco is unsupported because it was officially deprecated on Launchpad.
138+
// Note: eoan is unsupported because it was officially deprecated on Launchpad.
138139
debDistroGoBoots = map[string]string{
139140
"trusty": "golang-1.11",
140141
"xenial": "golang-go",
141142
"bionic": "golang-go",
142-
"eoan": "golang-go",
143143
"focal": "golang-go",
144144
"groovy": "golang-go",
145145
}

0 commit comments

Comments
 (0)