diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh index 67e5096c22726..15951cccc756e 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh @@ -136,9 +136,9 @@ configLangArgs32core+=( -l dotnet ) runnerLangArgs+=( -l "dotnet:${GRPC_DOTNET_REPO}:${GRPC_DOTNET_COMMIT}" ) # # go -# configLangArgs8core+=( -l go ) -# configLangArgs32core+=( -l go ) -# runnerLangArgs+=( -l "go:${GRPC_GO_REPO}:${GRPC_GO_COMMIT}" ) +configLangArgs8core+=( -l go ) +configLangArgs32core+=( -l go ) +runnerLangArgs+=( -l "go:${GRPC_GO_REPO}:${GRPC_GO_COMMIT}" ) # java configLangArgs8core+=( -l java )