Skip to content

Commit

Permalink
build: disable Ubuntu Hirsuite (#24408)
Browse files Browse the repository at this point in the history
This Ubuntu release has reached EOL and Launchpad does not
accept uploads for it anymore.
  • Loading branch information
holiman committed Feb 16, 2022
1 parent fc8ad1b commit 4335bbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/ci.go
Expand Up @@ -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{
Expand Down

0 comments on commit 4335bbb

Please sign in to comment.