interop: update Go version in docker container used for psm interop (#5811)

This commit is contained in:
Easwar Swaminathan
2022-11-22 14:16:13 -08:00
committed by GitHub
parent adfb9155e4
commit 09fc1a3498
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# following command from grpc-go directory:
# docker build -t <TAG> -f interop/xds/client/Dockerfile .
FROM golang:1.16-alpine as build
FROM golang:1.19-alpine as build
# Make a grpc-go directory and copy the repo into it.
WORKDIR /go/src/grpc-go

View File

@ -16,7 +16,7 @@
# following command from grpc-go directory:
# docker build -t <TAG> -f interop/xds/server/Dockerfile .
FROM golang:1.16-alpine as build
FROM golang:1.19-alpine as build
# Make a grpc-go directory and copy the repo into it.
WORKDIR /go/src/grpc-go