Skip to content

Commit 5b83c50

Browse files
authored
Merge pull request #187 from lightninglabs/fix-rpc-check
proxy+pricesrpc: fix RPC check by bumping Golang version
2 parents 57dee69 + d365f0c commit 5b83c50

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pricesrpc/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM golang:1.20.4-buster
1+
FROM golang:1.23.12-bookworm
22

33
RUN apt-get update && apt-get install -y \
44
git \
5-
protobuf-compiler='3.6.1*' \
6-
clang-format='1:7.0*'
5+
protobuf-compiler='3.21.12*' \
6+
clang-format='1:14.0*'
77

88
# We don't want any default values for these variables to make sure they're
99
# explicitly provided by parsing the go.mod file. Otherwise we might forget to
@@ -12,7 +12,7 @@ ARG PROTOBUF_VERSION
1212
ARG GRPC_GATEWAY_VERSION
1313

1414
ENV PROTOC_GEN_GO_GRPC_VERSION="v1.1.0"
15-
ENV FALAFEL_VERSION="v0.9.1"
15+
ENV FALAFEL_VERSION="v0.9.2"
1616
ENV GOCACHE=/tmp/build/.cache
1717
ENV GOMODCACHE=/tmp/build/.modcache
1818

pricesrpc/prices.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pricesrpc/prices.pb.json.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proxy/testdata/hello.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)