We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e969820 commit c55e0b1Copy full SHA for c55e0b1
.kokoro/psm_interop_kokoro_lib.sh
@@ -376,7 +376,7 @@ psm::setup::docker_image_names() {
376
local test_suite="${2:?${FUNCNAME[0]} missing the test suite argument}"
377
378
case "${language}" in
379
- java | cpp | python)
+ java | cpp | python | go)
380
CLIENT_IMAGE_NAME="${DOCKER_REGISTRY}/grpc-testing/psm-interop/${GRPC_LANGUAGE}-client"
381
SERVER_IMAGE_NAME="${DOCKER_REGISTRY}/grpc-testing/psm-interop/${GRPC_LANGUAGE}-server"
382
;;
0 commit comments