File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ var (
115115 }
116116
117117 // A debian package is created for all executables listed here.
118-
119118 debEthereum = debPackage {
120119 Name : "ethereum" ,
121120 Version : params .Version ,
@@ -137,11 +136,12 @@ var (
137136 // Note: disco is unsupported because it was officially deprecated on Launchpad.
138137 // Note: eoan is unsupported because it was officially deprecated on Launchpad.
139138 debDistroGoBoots = map [string ]string {
140- "trusty" : "golang-1.11" ,
141- "xenial" : "golang-go" ,
142- "bionic" : "golang-go" ,
143- "focal" : "golang-go" ,
144- "groovy" : "golang-go" ,
139+ "trusty" : "golang-1.11" ,
140+ "xenial" : "golang-go" ,
141+ "bionic" : "golang-go" ,
142+ "focal" : "golang-go" ,
143+ "groovy" : "golang-go" ,
144+ "hirsute" : "golang-go" ,
145145 }
146146
147147 debGoBootPaths = map [string ]string {
You can’t perform that action at this time.
0 commit comments