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 @@ -209,6 +209,6 @@ replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
209209
210210// If you change this please also update .github/pull_request_template.md and
211211// docs/INSTALL.md.
212- go 1.21.4
212+ go 1.22.3
213213
214214retract v0.0.2
Original file line number Diff line number Diff line change 1- FROM golang:1.21.0 -bookworm
1+ FROM golang:1.22.3 -bookworm
22
33RUN apt-get update && apt-get install -y \
44 git \
Original file line number Diff line number Diff line change 66DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
77
88# golang docker image version used in this script.
9- GO_IMAGE=docker.io/library/golang:1.21.0 -alpine
9+ GO_IMAGE=docker.io/library/golang:1.22.3 -alpine
1010
1111PROTOBUF_VERSION=$( docker run --rm -v $DIR /../:/lnd -w /lnd $GO_IMAGE \
1212 go list -f ' {{.Version}}' -m google.golang.org/protobuf)
You can’t perform that action at this time.
0 commit comments