File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
204204// allows us to specify that as an option.
205205replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
206206
207- // If you change this please also update .github/pull_request_template.md and
208- // docs/INSTALL.md.
207+ // If you change this please also update .github/pull_request_template.md,
208+ // docs/INSTALL.md and GO_IMAGE in lnrpc/gen_protos_docker.sh .
209209go 1.21.4
210210
211211retract v0.0.2
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.21.4 -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