commit | 3b86252e05bae4f9885affe66c025c9062836f2c | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Wed Aug 13 09:02:51 2025 -0700 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Aug 13 13:32:53 2025 -0700 |
tree | 628be113427e27c9246013070ab44a26ebf3f6b2 | |
parent | 57c5fc1f79229cd2ca9eba68568ade66fda03df5 [diff] [blame] |
Update supported go versions to 1.24+1.25 Drop support for go 1.23 as it's no longer supported by upstream.
diff --git a/lib/go/test/fuzz/go.mod b/lib/go/test/fuzz/go.mod index 1111619..09f6603 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.23 +go 1.24 require github.com/apache/thrift v0.0.0-00010101000000-000000000000