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 10:08:08 UTC

[dubbo-go] branch feture/linter updated (89c23e6 -> 67eec89)

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

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


    from 89c23e6  move linter to makefile
     add 57fc631  change dockerfile
     add 52b6fa3  run integration test
     add 4e5cb2f  update script
     add ccbb151  update script
     add f6ba823  update script
     add 13af951  revert go.mod in integration test
     add cae5ee4  update script
     add 0b34839  update script
     add b8c51a7  update script
     add 31a9418  Merge pull request #1068 from zouyx/feature/fixIntegration
     add 67eec89  Merge branch '1.5' into feture/linter

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-actions.yml      |   8 +-
 go.mod                                    |   2 +-
 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 ------------------------------
 8 files changed, 7 insertions(+), 1873 deletions(-)
 delete mode 100644 test/integrate/dubbo/go-client/go.sum
 delete mode 100644 test/integrate/dubbo/go-server/go.sum