summaryrefslogtreecommitdiff
path: root/LANGUAGES.md
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2022-10-12 14:13:15 -0700
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2022-10-21 10:36:06 -0700
commit19c13b4cc697410b586b243123522c43e68e2f0c (patch)
tree12a77be60cdcc08cb6ec2d8714b4530e9306aff8 /LANGUAGES.md
parentbaa0daa478c3b16876ccc0778f068fb72932dda6 (diff)
downloadthrift-19c13b4cc697410b586b243123522c43e68e2f0c.tar.gz
THRIFT-5650: Implement UUID in Go library
Client: go This is only the library part of THRIFT-5650. I still have some open questions for the compiler part so that will be done later. While I'm here, also made some changes to go CI process: * Update ubuntu-bionic to use go 1.18 for travis * Update ubuntu-jammy to use the latest go 1.19.x for travis * Run both go 1.18 and 1.19 for github actions * Also run test/go tests for github actions
Diffstat (limited to 'LANGUAGES.md')
-rw-r--r--LANGUAGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/LANGUAGES.md b/LANGUAGES.md
index 93c4648db..e366f98a8 100644
--- a/LANGUAGES.md
+++ b/LANGUAGES.md
@@ -163,7 +163,7 @@ Thrift's core protocol is TBinary, supported by all languages except for JavaScr
<td align=left><a href="https://github.com/apache/thrift/blob/master/lib/go/README.md">Go</a></td>
<!-- Since -----------------><td>0.7.0</td>
<!-- Build Systems ---------><td><img src="/doc/images/cgrn.png" alt="Yes"/></td><td><img src="/doc/images/cred.png" alt=""/></td>
-<!-- Language Levels -------><td>1.18.5</td><td>1.19.2</td>
+<!-- Language Levels -------><td>1.18.7</td><td>1.19.2</td>
<!-- Field types -----------><td><img src="/doc/images/cred.png" alt=""/></td>
<!-- Low-Level Transports --><td><img src="/doc/images/cred.png" alt=""/></td><td><img src="/doc/images/cred.png" alt=""/></td><td><img src="/doc/images/cgrn.png" alt="Yes"/></td><td><img src="/doc/images/cred.png" alt=""/></td><td><img src="/doc/images/cgrn.png" alt="Yes"/></td><td><img src="/doc/images/cgrn.png" alt="Yes"/></td>
<!-- Transport Wrappers ----><td><img src="/doc/images/cgrn.png" alt="Yes"/></td><td><img src="/doc/images/cgrn.png" alt="Yes"/></td><td><img src="/doc/images/cgrn.png" alt="Yes"/></td><td><img src="/doc/images/cgrn.png" alt="Yes"/></td>