From 55bad04d4d405baf74a5c43271040b87449019b1 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Mon, 10 Apr 2023 10:20:46 -0700 Subject: [PATCH] Fix Go version in runtime test documentation. We run Go 1.20 runtime tests. PiperOrigin-RevId: 523147753 --- test/runtimes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtimes/README.md b/test/runtimes/README.md index ad42d7a29..bfb44eceb 100644 --- a/test/runtimes/README.md +++ b/test/runtimes/README.md @@ -28,7 +28,7 @@ Note: java runtime test take 1+ hours with 16 cores. Language | Version | Running the test suite -------- | ------- | ---------------------------------- -Go | 1.16 | `make go1.16-runtime-tests` +Go | 1.20 | `make go1.20-runtime-tests` Java | 17 | `make java17-runtime-tests` NodeJS | 16.13.2 | `make nodejs16.13.2-runtime-tests` Php | 8.1.1 | `make php8.1.1-runtime-tests`