You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/03/06 05:24:10 UTC

[dubbo-go] branch 1.5 updated (f1f81eb -> c8ae5dc)

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

alexstocks pushed a change to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from f1f81eb  Merge pull request #1063 from LaurenceLiZhixin/Ftr/selfDiscovery
     new 57fc631  change dockerfile
     new 52b6fa3  run integration test
     new 4e5cb2f  update script
     new ccbb151  update script
     new f6ba823  update script
     new 13af951  revert go.mod in integration test
     new cae5ee4  update script
     new 0b34839  update script
     new b8c51a7  update script
     new c8ae5dc  Merge pull request #1068 from zouyx/feature/fixIntegration

The 3716 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/github-actions.yml      |   6 +-
 test/integrate/dubbo/go-client/Dockerfile |   2 +-
 test/integrate/dubbo/go-client/go.mod     |   5 -
 test/integrate/dubbo/go-client/go.sum     | 928 ------------------------------
 test/integrate/dubbo/go-server/Dockerfile |   2 +-
 test/integrate/dubbo/go-server/go.mod     |   5 -
 test/integrate/dubbo/go-server/go.sum     | 928 ------------------------------
 7 files changed, 5 insertions(+), 1871 deletions(-)
 delete mode 100644 test/integrate/dubbo/go-client/go.sum
 delete mode 100644 test/integrate/dubbo/go-server/go.sum