This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from a4ebb75fa Merge pull request #2940 from
thomasbruggink/fix-lib-cpp-security-tests
add 91565d490 Update supported go versions
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 4 +-
LANGUAGES.md | 4 +-
go.mod | 2 +-
lib/go/test/fuzz/go.mod | 2 +-
lib/go/test/go.mod | 2 +-
lib/go/test/tests/equals_test.go | 8 +-
lib/go/test/tests/string_parse_allocation_test.go | 4 +-
lib/go/test/tests/validate_test.go | 10 +--
lib/go/thrift/binary_protocol_test.go | 2 +-
lib/go/thrift/exception.go | 24 +++---
lib/go/thrift/framed_transport_test.go | 6 +-
lib/go/thrift/header_transport.go | 4 +-
lib/go/thrift/header_transport_test.go | 6 +-
lib/go/thrift/json_protocol_test.go | 2 +-
lib/go/thrift/lowlevel_benchmarks_test.go | 96 +++++++++++------------
lib/go/thrift/protocol.go | 6 +-
lib/go/thrift/protocol_test.go | 4 +-
lib/go/thrift/serializer_test.go | 2 +-
lib/go/thrift/serializer_types_test.go | 6 +-
lib/go/thrift/simple_json_protocol.go | 2 +-
lib/go/thrift/simple_json_protocol_test.go | 2 +-
lib/go/thrift/ssl_server_socket.go | 3 +
lib/go/thrift/transport_test.go | 2 +-
test/go/go.mod | 2 +-
test/go/src/bin/stress/main.go | 18 ++---
test/go/src/bin/testclient/main.go | 18 +++--
test/go/src/bin/testserver/main.go | 2 +-
test/go/src/common/client.go | 18 ++---
test/go/src/common/clientserver_test.go | 55 +++++++------
test/go/src/common/context_test.go | 11 ++-
test/go/src/common/server.go | 42 +++++++---
31 files changed, 200 insertions(+), 169 deletions(-)