Add v1.43.0 release of grpc-go to interop matrix (#28359)

pull/28667/head
Easwar Swaminathan 3 years ago committed by GitHub
parent 05e17e9239
commit 9bc0732b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/interop_matrix/client_matrix.py

@ -195,6 +195,7 @@ LANG_RELEASE_MATRIX = {
('v1.40.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.41.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.42.0', ReleaseInfo(runtimes=['go1.16'])),
('v1.43.0', ReleaseInfo(runtimes=['go1.16'])),
]),
'java':
OrderedDict([

Loading…
Cancel
Save