| commit | fd9756c19d1ea5763ffd8be88fff1db1ccd0d6ba | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <wang@yuxuan.org> | Tue Feb 10 17:34:09 2026 -0800 |
| committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Feb 11 07:18:42 2026 -0800 |
| tree | cc6e1494ba1f7e48c56caf4d237eae737653815d | |
| parent | 1e09a046e080765567b7125b01fd966c2596ee3f [diff] [blame] |
Update supported go versions to 1.25+1.26 Follow the release of go 1.26.0 today, go 1.24 is no longer supported by upstream.
diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod index 0101918..9b7603e 100644 --- a/lib/go/test/go.mod +++ b/lib/go/test/go.mod
@@ -1,6 +1,6 @@ module github.com/apache/thrift/lib/go/test -go 1.24 +go 1.25 require ( github.com/apache/thrift v0.0.0-00010101000000-000000000000