From b94eac7ca0875fb2364cd672ae1adc0b70f8f11a Mon Sep 17 00:00:00 2001 From: Yuxuan 'fishy' Wang Date: Thu, 2 Feb 2023 09:41:31 -0800 Subject: 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. --- test/go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/go/go.mod b/test/go/go.mod index 841c3291d..0143eba0d 100644 --- a/test/go/go.mod +++ b/test/go/go.mod @@ -1,6 +1,6 @@ module github.com/apache/thrift/test/go -go 1.18 +go 1.19 require ( github.com/apache/thrift v0.0.0-00010101000000-000000000000 -- cgit v1.2.1