commit | 79c56026fc012ba7e3ecb3eefb120dd19047bd5b | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Fri Jun 23 09:29:25 2023 -0700 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Sun Aug 20 17:28:52 2023 -0700 |
tree | d61bc84a5d424d0c6a54eadf0d51330785e7f374 | |
parent | 628023c273d203fc5a38c47f4eaeeb3c9295ef70 [diff] [blame] |
Update supported go versions to 1.20 and 1.21
diff --git a/lib/go/test/fuzz/go.mod b/lib/go/test/fuzz/go.mod index 6641881..41cccc3 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.19 +go 1.20 replace github.com/apache/thrift => ../../../../