File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ var (
128
128
"focal" : "golang-go" , // EOL: 04/2030
129
129
"jammy" : "golang-go" , // EOL: 04/2032
130
130
"kinetic" : "golang-go" , // EOL: 07/2023
131
- // "lunar": "golang-go", // EOL: 01/2024
131
+ "lunar" : "golang-go" , // EOL: 01/2024
132
132
}
133
133
134
134
debGoBootPaths = map [string ]string {
@@ -144,7 +144,7 @@ var (
144
144
// This is the version of Go that will be used to bootstrap the PPA builder.
145
145
//
146
146
// This version is fine to be old and full of security holes, we just use it
147
- // to build the latest Go. Don't change it. If it ever becomes infufficient ,
147
+ // to build the latest Go. Don't change it. If it ever becomes insufficient ,
148
148
// we need to switch over to a recursive builder to jumpt across supported
149
149
// versions.
150
150
gobootVersion = "1.19.6"
You can’t perform that action at this time.
0 commit comments