commit | 3f9b7d0da2d6f41b57cd636fa3b6067737befe4c | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Tue Aug 02 11:31:14 2022 -0700 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Tue Aug 02 22:19:43 2022 -0700 |
tree | 7775b5f5eb0e2711331eeb340eeb6b4e6378bec7 | |
parent | 892b6731eedcf81e6ba9627327676cddb009fc07 [diff] [blame] |
Update supported go version to 1.18.* and 1.19.* Client: go Also provide generic version of Pointer helper function.
diff --git a/lib/go/test/fuzz/go.mod b/lib/go/test/fuzz/go.mod index 3cefa02..c9ef373 100644 --- a/lib/go/test/fuzz/go.mod +++ b/lib/go/test/fuzz/go.mod
@@ -1,6 +1,6 @@ module github.com/apache/thrift/lib/go/test/fuzz -go 1.16 +go 1.18 replace github.com/apache/thrift => ../../../../