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/go.mod b/go.mod index 01690d8..8d1f852 100644 --- a/go.mod +++ b/go.mod
@@ -1,3 +1,3 @@ module github.com/apache/thrift -go 1.23 +go 1.24