Skip to content

Commit

Permalink
build: add Ubuntu 21.10 PPA target (ethereum#24418)
Browse files Browse the repository at this point in the history
Also specify EOL dates of all listed releases.
  • Loading branch information
fjl authored and Qi Zhou committed Mar 4, 2022
1 parent 70a8379 commit a43f4ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build/ci.go
Expand Up @@ -132,10 +132,12 @@ var (
// Note: the following Ubuntu releases have been officially deprecated on Launchpad:
// 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",
"trusty": "golang-1.11", // EOL: 04/2024
"xenial": "golang-go", // EOL: 04/2026
"bionic": "golang-go", // EOL: 04/2028
"focal": "golang-go", // EOL: 04/2030
"impish": "golang-go", // EOL: 07/2022
// "jammy": "golang-go", // EOL: 04/2027
}

debGoBootPaths = map[string]string{
Expand Down

0 comments on commit a43f4ec

Please sign in to comment.