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/test/go/go.mod b/test/go/go.mod index d259db6..96e6828 100644 --- a/test/go/go.mod +++ b/test/go/go.mod
@@ -1,6 +1,6 @@ module github.com/apache/thrift/test/go -go 1.23 +go 1.24 require ( github.com/apache/thrift v0.0.0-00010101000000-000000000000