build: disable Ubuntu Hirsuite (#24408)

This Ubuntu release has reached EOL and Launchpad does not
accept uploads for it anymore.
pull/24414/head
Martin Holst Swende 3 years ago committed by GitHub
parent fc8ad1b70d
commit 4335bbbf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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{

Loading…
Cancel
Save