THRIFT-3883 Go TestAllConnection fails with port 9090 collision

This closes #1066
diff --git a/test/go/src/common/clientserver_test.go b/test/go/src/common/clientserver_test.go
index 2a9d5e9..549e8d1 100644
--- a/test/go/src/common/clientserver_test.go
+++ b/test/go/src/common/clientserver_test.go
@@ -39,7 +39,7 @@
 }
 
 var units = []test_unit{
-	{"127.0.0.1", 9090, "", "", "binary", false},
+	{"127.0.0.1", 9095, "", "", "binary", false},
 	{"127.0.0.1", 9091, "", "", "compact", false},
 	{"127.0.0.1", 9092, "", "", "binary", true},
 	{"127.0.0.1", 9093, "", "", "compact", true},