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 (
115
115
}
116
116
117
117
// A debian package is created for all executables listed here.
118
-
119
118
debEthereum = debPackage {
120
119
Name : "ethereum" ,
121
120
Version : params .Version ,
@@ -137,11 +136,12 @@ var (
137
136
// Note: disco is unsupported because it was officially deprecated on Launchpad.
138
137
// Note: eoan is unsupported because it was officially deprecated on Launchpad.
139
138
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" ,
145
145
}
146
146
147
147
debGoBootPaths = map [string ]string {
You can’t perform that action at this time.
0 commit comments