There was an error while loading. Please reload this page.
1 parent e95a4b7 commit a0f7e3aCopy full SHA for a0f7e3a
3 files changed
interop/xds/client/Dockerfile
@@ -16,7 +16,7 @@
16
# following command from grpc-go directory:
17
# docker build -t <TAG> -f interop/xds/client/Dockerfile .
18
19
-FROM golang:1.23-alpine as build
+FROM golang:1.25-alpine as build
20
21
# Make a grpc-go directory and copy the repo into it.
22
WORKDIR /go/src/grpc-go
interop/xds/go.mod
@@ -1,6 +1,6 @@
1
module google.golang.org/grpc/interop/xds
2
3
-go 1.22.0
+go 1.25.7
4
5
replace google.golang.org/grpc => ../..
6
interop/xds/server/Dockerfile
# docker build -t <TAG> -f interop/xds/server/Dockerfile .
0 commit comments