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