commit | 91565d490e98306ac6797dd6ed4f72c0e8222e78 | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Wed Aug 14 09:01:15 2024 -0700 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Aug 14 10:39:41 2024 -0700 |
tree | 6fce5eef466c2c0fab1eec35d610c97494f5cfcc | |
parent | a4ebb75faa3652d9d01f11d715f242305014eb4e [diff] [blame] |
Update supported go versions Client: go With the release of go 1.23, update supported go versions to 1.22+1.23 according to our go support policy. Also update the code to use the new range loop feature introduced in go 1.22 when appropriate. Also fix a bug in TSSLServerSocket.Addr that it does not return the listener address.
diff --git a/go.mod b/go.mod index b435d78..51ef914 100644 --- a/go.mod +++ b/go.mod
@@ -1,3 +1,3 @@ module github.com/apache/thrift -go 1.21 +go 1.22.0