commit | 624118f61f8d43dd719749894b9c5b756c7b67d8 | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Tue Feb 11 12:52:42 2025 -0800 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Tue Feb 11 15:11:10 2025 -0800 |
tree | 27b5c46d24a00baae648b202de0219464e67c833 | |
parent | 8a5538a9a1f0e2329cea564b038796b01bf1f0ec [diff] |
Update supported go versions With the release of go 1.24.0, go 1.22.x is no longer supported. Update supported go versions to go 1.23 and go 1.24.
diff --git a/test/go/go.mod b/test/go/go.mod index f1f6f91..d259db6 100644 --- a/test/go/go.mod +++ b/test/go/go.mod
@@ -1,6 +1,6 @@ module github.com/apache/thrift/test/go -go 1.22.0 +go 1.23 require ( github.com/apache/thrift v0.0.0-00010101000000-000000000000