commit | 57b9aa0dd5ef2abd2825c9050783dafc75cc1698 | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Wed Aug 04 09:07:53 2021 -0700 |
committer | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Thu Aug 19 14:09:57 2021 -0700 |
tree | 807b9adc13f97974de215edc6afcec61be9f306a | |
parent | efff4a26916d1f0fa77bf43fdf57d5944e86f730 [diff] [blame] |
THRIFT-5447: Update supported Go versions Client: go Update go versions used in travis to 1.16.7 and 1.17, update LANGUAGES.md, and update go's README to clarify on support policy. This change will be cherry-picked into 0.15.0 branch after merged.
diff --git a/go.mod b/go.mod index 474ec99..d620e5e 100644 --- a/go.mod +++ b/go.mod
@@ -1,5 +1,5 @@ module github.com/apache/thrift -go 1.15 +go 1.16 require github.com/golang/mock v1.5.0