mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 00:54:20 +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 \
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
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.
|
||||
// versions:
|
||||
// protoc-gen-go v1.33.0
|
||||
// protoc v3.6.1
|
||||
// protoc v3.21.12
|
||||
// source: hello.proto
|
||||
|
||||
package proxy_test
|
||||
|
||||
Reference in New Issue
Block a user