Skip to content

Commit ba4267f

Browse files
committed
build: enable Lunar Lobster PPA builds
1 parent 41dee26 commit ba4267f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ci.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ var (
128128
"focal": "golang-go", // EOL: 04/2030
129129
"jammy": "golang-go", // EOL: 04/2032
130130
"kinetic": "golang-go", // EOL: 07/2023
131-
//"lunar": "golang-go", // EOL: 01/2024
131+
"lunar": "golang-go", // EOL: 01/2024
132132
}
133133

134134
debGoBootPaths = map[string]string{
@@ -144,7 +144,7 @@ var (
144144
// This is the version of Go that will be used to bootstrap the PPA builder.
145145
//
146146
// 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,
148148
// we need to switch over to a recursive builder to jumpt across supported
149149
// versions.
150150
gobootVersion = "1.19.6"

0 commit comments

Comments
 (0)