There was an error while loading. Please reload this page.
1 parent e95a4b7 commit 3365526Copy full SHA for 3365526
2 files changed
interop/observability/Dockerfile
@@ -17,7 +17,7 @@
17
# Stage 1: Build the interop test client and server
18
#
19
20
-FROM golang:1.23-bullseye as build
+FROM golang:1.25-bullseye as build
21
22
WORKDIR /grpc-go
23
COPY . .
@@ -36,7 +36,7 @@ RUN go build -o server/ server/server.go && \
36
# with the given parameters.
37
38
39
-FROM golang:1.23-bullseye
+FROM golang:1.25-bullseye
40
41
ENV GRPC_GO_LOG_SEVERITY_LEVEL info
42
ENV GRPC_GO_LOG_VERBOSITY_LEVEL 2
interop/observability/go.mod
@@ -1,6 +1,6 @@
1
module google.golang.org/grpc/interop/observability
2
3
-go 1.22.0
+go 1.25.7
4
5
require (
6
google.golang.org/grpc v1.70.0
0 commit comments