File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 # If you change this value, please change it in the following files as well:
1313 # /Dockerfile
1414 # /dev.Dockerfile
15- GO_VERSION : 1.21
15+ GO_VERSION : 1.22.3
1616
1717jobs :
1818 # #######################
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
3535# If you change this value, please also update:
3636# /dev.Dockerfile
3737# /.github/workflows/main.yml
38- FROM golang:1.21 -alpine as golangbuilder
38+ FROM golang:1.22.3 -alpine as golangbuilder
3939
4040# Instead of checking out from git again, we just copy the whole working
4141# 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 \
1313# If you change this value, please also update:
1414# /Dockerfile
1515# /.github/workflows/main.yml
16- FROM golang:1.21 -alpine as golangbuilder
16+ FROM golang:1.22.3 -alpine as golangbuilder
1717
1818# Instead of checking out from git again, we just copy the whole working
1919# directory of the previous stage that includes the generated static assets.
You can’t perform that action at this time.
0 commit comments