Fix Go version in runtime test documentation.

We run Go 1.20 runtime tests.

PiperOrigin-RevId: 523147753
This commit is contained in:
Nicolas Lacasse
2023-04-10 10:23:05 -07:00
committed by gVisor bot
parent ef03c57c55
commit 55bad04d4d
+1 -1
View File
@@ -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`