From 4335bbbf0a90236d4f0d10172a26fe8b3fb3e6e3 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Wed, 16 Feb 2022 17:38:21 +0100 Subject: [PATCH] build: disable Ubuntu Hirsuite (#24408) This Ubuntu release has reached EOL and Launchpad does not accept uploads for it anymore. --- build/ci.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/ci.go b/build/ci.go index b39dc15cac73a..69dfa670df961 100644 --- a/build/ci.go +++ b/build/ci.go @@ -130,13 +130,12 @@ var ( // Distros for which packages are created. // Note: vivid is unsupported because there is no golang-1.6 package for it. // Note: the following Ubuntu releases have been officially deprecated on Launchpad: - // wily, yakkety, zesty, artful, cosmic, disco, eoan, groovy + // wily, yakkety, zesty, artful, cosmic, disco, eoan, groovy, hirsuite debDistroGoBoots = map[string]string{ "trusty": "golang-1.11", "xenial": "golang-go", "bionic": "golang-go", "focal": "golang-go", - "hirsute": "golang-go", } debGoBootPaths = map[string]string{