File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
# go needs absolute directories, using the $HOME variable doesn't work here.
17
17
GOCACHE : /home/runner/work/go/pkg/build
18
18
GOPATH : /home/runner/work/go
19
- GO_VERSION : 1.24.2
19
+ GO_VERSION : 1.23.9
20
20
21
21
jobs :
22
22
# #######################
Original file line number Diff line number Diff line change 1
- #Get golang 1.22.6 as a base image
2
- FROM golang:1.22.6 as builder
1
+ #Get golang 1.23.9 as a base image
2
+ FROM golang:1.23.9 as builder
3
3
4
4
#Define the working directory in the container
5
5
WORKDIR /app
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This document describes the steps needed to release a new version of LNC binarie
6
6
7
7
1 . Android Studio with Android SDK (API level 16 or newer)
8
8
2 . Xcode (latest version)
9
- 3 . Go v1.22.6 or newer
9
+ 3 . Go v1.23.9 or newer
10
10
4 . gomobile (https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile )
11
11
5 . javac version 1.7 or higher (Included in Java Development Kit 7+)
12
12
Original file line number Diff line number Diff line change @@ -212,4 +212,4 @@ replace (
212
212
github.com/lightninglabs/lightning-node-connect/mailbox => ../../mailbox
213
213
)
214
214
215
- go 1.24.2
215
+ go 1.23.9
You can’t perform that action at this time.
0 commit comments