mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-23 00:09:26 +00:00
Merge pull request #24813 from holiman/jammy
build: ppa build for jammy (ubuntu 22.04)
This commit is contained in:
commit
0a9e384cd5
1 changed files with 7 additions and 6 deletions
|
|
@ -138,7 +138,8 @@ var (
|
||||||
"bionic": "golang-go", // EOL: 04/2028
|
"bionic": "golang-go", // EOL: 04/2028
|
||||||
"focal": "golang-go", // EOL: 04/2030
|
"focal": "golang-go", // EOL: 04/2030
|
||||||
"impish": "golang-go", // EOL: 07/2022
|
"impish": "golang-go", // EOL: 07/2022
|
||||||
// "jammy": "golang-go", // EOL: 04/2027
|
"jammy": "golang-go", // EOL: 04/2032
|
||||||
|
//"kinetic": "golang-go", // EOL: 07/2023
|
||||||
}
|
}
|
||||||
|
|
||||||
debGoBootPaths = map[string]string{
|
debGoBootPaths = map[string]string{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue