This is an automated email from the ASF dual-hosted git repository.

hgruszecki pushed a change to branch dependabot/uv/foreign/python/black-26.3.1
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 4b7dfaec7 Merge branch 'master' into 
dependabot/uv/foreign/python/black-26.3.1
     add 51e359f4e feat(go): add TLS integration tests and examples (#2898)
     add d54774511 Merge branch 'master' into 
dependabot/uv/foreign/python/black-26.3.1

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

Reply via email to