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 09:30:21 UTC

[dubbo-go] 01/01: Merge pull request #1068 from zouyx/feature/fixIntegration

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

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

commit 5c7831a8b1236bc3fc585ffbf2125aa70d130ee9
Merge: f1f81eb b8c51a7
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Sat Mar 6 13:24:03 2021 +0800

    Merge pull request #1068 from zouyx/feature/fixIntegration
    
    Fix: integration test in Action

 .github/workflows/github-actions.yml      |   6 +-
 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, 6 insertions(+), 1872 deletions(-)

diff --cc go.mod
index bb456a7,bb456a7..c1643ed
--- a/go.mod
+++ b/go.mod
@@@ -1,6 -1,6 +1,6 @@@
  module github.com/apache/dubbo-go
  
--go 1.13
++go 1.15
  
  require (
  	github.com/NYTimes/gziphandler v1.1.1 // indirect