File tree Expand file tree Collapse file tree
examples/features/csm_observability Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# Dockerfile for building the example client. To build the image, run the
1616# following command from grpc-go directory:
1717# docker build -t <TAG> -f examples/features/csm_observability/client/Dockerfile .
18- FROM golang:1.23 -alpine as build
18+ FROM golang:1.25 -alpine as build
1919
2020RUN apk --no-cache add curl
2121
Original file line number Diff line number Diff line change 1616# following command from grpc-go directory:
1717# docker build -t <TAG> -f examples/features/csm_observability/server/Dockerfile .
1818
19- FROM golang:1.23 -alpine as build
19+ FROM golang:1.25 -alpine as build
2020RUN apk --no-cache add curl
2121# Make a grpc-go directory and copy the repo into it.
2222WORKDIR /go/src/grpc-go
Original file line number Diff line number Diff line change 1717# Stage 1: Build the interop test client and server
1818#
1919
20- FROM golang:1.24 -bullseye as build
20+ FROM golang:1.25 -bullseye as build
2121
2222WORKDIR /grpc-go
2323COPY . .
@@ -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
4141ENV GRPC_GO_LOG_SEVERITY_LEVEL info
4242ENV GRPC_GO_LOG_VERBOSITY_LEVEL 2
Original file line number Diff line number Diff line change 1616# following command from grpc-go directory:
1717# docker build -t <TAG> -f interop/xds/client/Dockerfile .
1818
19- FROM golang:1.23 -alpine as build
19+ FROM golang:1.25 -alpine as build
2020
2121# Make a grpc-go directory and copy the repo into it.
2222WORKDIR /go/src/grpc-go
Original file line number Diff line number Diff line change 1616# following command from grpc-go directory:
1717# docker build -t <TAG> -f interop/xds/server/Dockerfile .
1818
19- FROM golang:1.23 -alpine as build
19+ FROM golang:1.25 -alpine as build
2020
2121# Make a grpc-go directory and copy the repo into it.
2222WORKDIR /go/src/grpc-go
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export GOPATH="${HOME}/gopath"
99pushd grpc-go/interop/xds/client
1010# Install a version of Go supported by gRPC for the new features, e.g.
1111# errors.Is()
12- gofilename=go1.23 .0.linux-amd64.tar.gz
12+ gofilename=go1.25 .0.linux-amd64.tar.gz
1313curl --retry 3 -O -L " https://go.dev/dl/${gofilename} "
1414sudo tar -C /usr/local -xf " ${gofilename} "
1515sudo ln -s /usr/local/go/bin/go /usr/bin/go
You can’t perform that action at this time.
0 commit comments