commit | b94eac7ca0875fb2364cd672ae1adc0b70f8f11a | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Thu Feb 02 09:41:31 2023 -0800 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Thu Feb 02 12:59:53 2023 -0800 |
tree | 878b15349c6bfc04bde0e106f243313590369b78 | |
parent | f223bd3b54d04c21289d806c7f51b115757703e7 [diff] [blame] |
Update supported go versions Following our policy regarding supported go releases, change the supported go versions to 1.19.* and 1.20.* with the release of go 1.20.
diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod index 37814e0..1c6d80d 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.18 +go 1.19 require ( github.com/apache/thrift v0.0.0-00010101000000-000000000000