interop: update Go version in docker container used for psm interop (#5811)
This commit is contained in:

committed by
GitHub

parent
adfb9155e4
commit
09fc1a3498
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user