Skip to content

Commit c55e0b1

Browse files
committed
Add go to the list of languages
1 parent e969820 commit c55e0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/psm_interop_kokoro_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ psm::setup::docker_image_names() {
376376
local test_suite="${2:?${FUNCNAME[0]} missing the test suite argument}"
377377

378378
case "${language}" in
379-
java | cpp | python)
379+
java | cpp | python | go)
380380
CLIENT_IMAGE_NAME="${DOCKER_REGISTRY}/grpc-testing/psm-interop/${GRPC_LANGUAGE}-client"
381381
SERVER_IMAGE_NAME="${DOCKER_REGISTRY}/grpc-testing/psm-interop/${GRPC_LANGUAGE}-server"
382382
;;

0 commit comments

Comments
 (0)