proxy+pricesrpc: fix RPC check by bumping Golang version

This commit is contained in:
Oliver Gugger
2025-08-07 11:11:29 +02:00
parent 57dee6953d
commit d365f0cd79
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 \ 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

View File

@@ -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

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 // source: prices.proto
//go:build js //go:build js

View File

@@ -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