aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2019-01-09 16:35:35 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2019-01-09 21:16:44 +0100
commit4f11b9650099212b9bb3c01b6b73e977a20c2c8e (patch)
treeb38101a2213f695bec2f068eac630aff2f3eee9f /tools/interop_matrix/README.md
parent54963bb90de38f6349f3dc3e82810f257c713621 (diff)
stop testing older releases with go1.7: 1.8 should be enough
Diffstat (limited to 'tools/interop_matrix/README.md')
-rw-r--r--tools/interop_matrix/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/interop_matrix/README.md b/tools/interop_matrix/README.md
index 6676f5d470..531bef82b8 100644
--- a/tools/interop_matrix/README.md
+++ b/tools/interop_matrix/README.md
@@ -42,10 +42,10 @@ For more details on each step, refer to sections below.
- The output for all the test cases is recorded in a junit style xml file (default to 'report.xml').
## Instructions for running test cases against a GCR image manually
-- Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_go1.7:master`.
+- Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_go1.8:master`.
- Run test cases by specifying `docker_image` variable inline with the test case script created above.
For example:
- - `docker_image=gcr.io/grpc-testing/grpc_interop_go1.7:master ./testcases/go__master` will run go__master test cases against `go1.7` with gRPC release `master` docker image in GCR.
+ - `docker_image=gcr.io/grpc-testing/grpc_interop_go1.8:master ./testcases/go__master` will run go__master test cases against `go1.8` with gRPC release `master` docker image in GCR.
Note:
- File path starting with `tools/` or `template/` are relative to the grpc repo root dir. File path starting with `./` are relative to current directory (`tools/interop_matrix`).