This is an automated email from the ASF dual-hosted git repository.
fishy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 10f18b746 Update test certificates
add 8606685d1 Update supported go versions to 1.26+1.27
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 4 +-
.github/workflows/sca.yml | 4 +-
LANGUAGES.md | 2 +-
compiler/cpp/src/thrift/generate/t_go_generator.cc | 102 ++++++++++++---------
compiler/cpp/src/thrift/generate/t_go_generator.h | 2 +-
go.mod | 2 +-
lib/go/test/fuzz/go.mod | 2 +-
lib/go/test/go.mod | 2 +-
lib/go/test/tests/encoding_json_test.go | 2 +-
lib/go/test/tests/equals_test.go | 24 ++---
lib/go/test/tests/processor_middleware_test.go | 2 +-
lib/go/test/tests/recursion_depth_test.go | 2 +-
lib/go/test/tests/slog_tstruct_wrapper_test.go | 8 +-
lib/go/test/tests/string_parse_allocation_test.go | 8 +-
lib/go/test/tests/validate_test.go | 21 ++---
lib/go/thrift/binary_protocol_test.go | 3 +-
lib/go/thrift/configuration_test.go | 4 +-
lib/go/thrift/exception.go | 6 +-
lib/go/thrift/header_transport.go | 8 +-
lib/go/thrift/lowlevel_benchmarks_test.go | 96 +++++++++----------
lib/go/thrift/middleware.go | 9 +-
lib/go/thrift/pointerize.go | 55 ++++++++---
lib/go/thrift/protocol_test.go | 20 ++--
lib/go/thrift/serializer_test.go | 2 +-
lib/go/thrift/serializer_types_test.go | 3 +-
lib/go/thrift/server_socket_test.go | 13 ++-
lib/go/thrift/simple_server.go | 2 +-
lib/go/thrift/transport_exception.go | 5 +-
test/go/go.mod | 2 +-
test/go/src/common/clientserver_test.go | 2 +-
30 files changed, 230 insertions(+), 187 deletions(-)