Skip to content

Commit 3365526

Browse files
Executing automated changes
1 parent e95a4b7 commit 3365526

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

interop/observability/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Stage 1: Build the interop test client and server
1818
#
1919

20-
FROM golang:1.23-bullseye as build
20+
FROM golang:1.25-bullseye as build
2121

2222
WORKDIR /grpc-go
2323
COPY . .
@@ -36,7 +36,7 @@ RUN go build -o server/ server/server.go && \
3636
# with the given parameters.
3737
#
3838

39-
FROM golang:1.23-bullseye
39+
FROM golang:1.25-bullseye
4040

4141
ENV GRPC_GO_LOG_SEVERITY_LEVEL info
4242
ENV GRPC_GO_LOG_VERBOSITY_LEVEL 2

interop/observability/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module google.golang.org/grpc/interop/observability
22

3-
go 1.22.0
3+
go 1.25.7
44

55
require (
66
google.golang.org/grpc v1.70.0

0 commit comments

Comments
 (0)