Skip to content

Commit a16d757

Browse files
authored
build: remove ubuntu kinetic (deprecated) (#27933)
1 parent e0b1198 commit a16d757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ci.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ var (
120120
// Distros for which packages are created.
121121
// Note: vivid is unsupported because there is no golang-1.6 package for it.
122122
// Note: the following Ubuntu releases have been officially deprecated on Launchpad:
123-
// wily, yakkety, zesty, artful, cosmic, disco, eoan, groovy, hirsuite, impish
123+
// wily, yakkety, zesty, artful, cosmic, disco, eoan, groovy, hirsuite, impish,
124+
// kinetic
124125
debDistroGoBoots = map[string]string{
125126
"trusty": "golang-1.11", // EOL: 04/2024
126127
"xenial": "golang-go", // EOL: 04/2026
127128
"bionic": "golang-go", // EOL: 04/2028
128129
"focal": "golang-go", // EOL: 04/2030
129130
"jammy": "golang-go", // EOL: 04/2032
130-
"kinetic": "golang-go", // EOL: 07/2023
131131
"lunar": "golang-go", // EOL: 01/2024
132132
}
133133

0 commit comments

Comments
 (0)