Merge pull request #187 from lightninglabs/fix-rpc-check

proxy+pricesrpc: fix RPC check by bumping Golang version
This commit is contained in:
Oliver Gugger
2025-08-07 03:22:33 -06:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
FROM golang:1.20.4-buster
FROM golang:1.23.12-bookworm
RUN apt-get update && apt-get install -y \
git \
protobuf-compiler='3.6.1*' \
clang-format='1:7.0*'
protobuf-compiler='3.21.12*' \
clang-format='1:14.0*'
# We don't want any default values for these variables to make sure they're
# explicitly provided by parsing the go.mod file. Otherwise we might forget to
@@ -12,7 +12,7 @@ ARG PROTOBUF_VERSION
ARG GRPC_GATEWAY_VERSION
ENV PROTOC_GEN_GO_GRPC_VERSION="v1.1.0"
ENV FALAFEL_VERSION="v0.9.1"
ENV FALAFEL_VERSION="v0.9.2"
ENV GOCACHE=/tmp/build/.cache
ENV GOMODCACHE=/tmp/build/.modcache

View File

@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.33.0
// protoc v3.6.1
// protoc v3.21.12
// source: prices.proto
package pricesrpc

View File

@@ -1,4 +1,4 @@
// Code generated by falafel 0.9.1. DO NOT EDIT.
// Code generated by falafel 0.9.2. DO NOT EDIT.
// source: prices.proto
//go:build js

View File

@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.33.0
// protoc v3.6.1
// protoc v3.21.12
// source: hello.proto
package proxy_test