File tree Expand file tree Collapse file tree 5 files changed +46
-4
lines changed Expand file tree Collapse file tree 5 files changed +46
-4
lines changed Original file line number Diff line number Diff line change 12
12
# If you change this value, please change it in the following files as well:
13
13
# /Dockerfile
14
14
# /dev.Dockerfile
15
- GO_VERSION : 1.19
15
+ GO_VERSION : 1.21
16
16
17
17
jobs :
18
18
# #######################
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
35
35
# If you change this value, please also update:
36
36
# /dev.Dockerfile
37
37
# /.github/workflows/main.yml
38
- FROM golang:1.19 -alpine as golangbuilder
38
+ FROM golang:1.21 -alpine as golangbuilder
39
39
40
40
# Instead of checking out from git again, we just copy the whole working
41
41
# directory of the previous stage that includes the generated static assets.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN cd /go/src/github.com/lightninglabs/lightning-terminal/app \
13
13
# If you change this value, please also update:
14
14
# /Dockerfile
15
15
# /.github/workflows/main.yml
16
- FROM golang:1.19 -alpine as golangbuilder
16
+ FROM golang:1.21 -alpine as golangbuilder
17
17
18
18
# Instead of checking out from git again, we just copy the whole working
19
19
# directory of the previous stage that includes the generated static assets.
Original file line number Diff line number Diff line change @@ -230,4 +230,4 @@ replace github.com/lightninglabs/lightning-terminal/autopilotserverrpc => ./auto
230
230
// taproot-assets dependency to function properly.
231
231
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
232
232
233
- go 1.19
233
+ go 1.21
You can’t perform that action at this time.
0 commit comments