mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 09:04:19 +01:00
proxy+pricesrpc: fix RPC check by bumping Golang version
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM golang:1.20.4-buster
|
FROM golang:1.23.12-bookworm
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
protobuf-compiler='3.6.1*' \
|
protobuf-compiler='3.21.12*' \
|
||||||
clang-format='1:7.0*'
|
clang-format='1:14.0*'
|
||||||
|
|
||||||
# We don't want any default values for these variables to make sure they're
|
# 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
|
# explicitly provided by parsing the go.mod file. Otherwise we might forget to
|
||||||
@@ -12,7 +12,7 @@ ARG PROTOBUF_VERSION
|
|||||||
ARG GRPC_GATEWAY_VERSION
|
ARG GRPC_GATEWAY_VERSION
|
||||||
|
|
||||||
ENV PROTOC_GEN_GO_GRPC_VERSION="v1.1.0"
|
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 GOCACHE=/tmp/build/.cache
|
||||||
ENV GOMODCACHE=/tmp/build/.modcache
|
ENV GOMODCACHE=/tmp/build/.modcache
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.33.0
|
// protoc-gen-go v1.33.0
|
||||||
// protoc v3.6.1
|
// protoc v3.21.12
|
||||||
// source: prices.proto
|
// source: prices.proto
|
||||||
|
|
||||||
package pricesrpc
|
package pricesrpc
|
||||||
|
|||||||
@@ -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
|
// source: prices.proto
|
||||||
|
|
||||||
//go:build js
|
//go:build js
|
||||||
|
|||||||
2
proxy/testdata/hello.pb.go
vendored
2
proxy/testdata/hello.pb.go
vendored
@@ -1,7 +1,7 @@
|
|||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.33.0
|
// protoc-gen-go v1.33.0
|
||||||
// protoc v3.6.1
|
// protoc v3.21.12
|
||||||
// source: hello.proto
|
// source: hello.proto
|
||||||
|
|
||||||
package proxy_test
|
package proxy_test
|
||||||
|
|||||||
Reference in New Issue
Block a user