This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 3f651e03c refactor(java): replace JUnit assertions with AssertJ across
all tests (#2929)
add 51e359f4e feat(go): add TLS integration tests and examples (#2898)
No new revisions were added by this update.
Summary of changes:
.github/actions/go/pre-merge/action.yml | 37 ++-
.../actions/utils/setup-go-with-cache/action.yml | 2 +-
bdd/go/Dockerfile | 2 +-
bdd/go/go.mod | 14 +-
bdd/go/go.sum | 28 +--
examples/go/getting-started/consumer/main.go | 30 ++-
examples/go/getting-started/producer/main.go | 30 ++-
examples/go/go.mod | 4 +-
examples/go/go.sum | 4 +-
foreign/go/client/tcp/tcp_core.go | 3 +-
foreign/go/go.mod | 60 ++++-
foreign/go/go.sum | 168 ++++++++++++-
foreign/go/tests/tls_test.go | 280 +++++++++++++++++++++
scripts/run-go-examples-from-readme.sh | 77 +++++-
14 files changed, 678 insertions(+), 61 deletions(-)
create mode 100644 foreign/go/tests/tls_test.go