You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/05/20 02:35:58 UTC

[GitHub] [dubbo-go] sxllwx commented on a change in pull request #520: Feature: CI with Docker

sxllwx commented on a change in pull request #520:
URL: https://github.com/apache/dubbo-go/pull/520#discussion_r427708491



##########
File path: test/integrate/dubbo/go-server/Dockerfile
##########
@@ -0,0 +1,20 @@
+FROM golang

Review comment:
       Okay, I have modified it in the latest commit.

##########
File path: test/integrate/dubbo/go-client/Dockerfile
##########
@@ -0,0 +1,21 @@
+FROM golang

Review comment:
       Okay, I have modified it in the latest commit.

##########
File path: test/integrate/dubbo/go-client/Dockerfile
##########
@@ -0,0 +1,21 @@
+FROM golang
+
+MAINTAINER scottwangsxll@gmail.com

Review comment:
       Okay, I have modified it in the latest commit.

##########
File path: test/integrate/dubbo/go-client/go.mod
##########
@@ -0,0 +1,3 @@
+module github.com/apache/dubbo-go/test/integrate/dubbo/go-client
+
+go 1.14

Review comment:
       Okay, I have modified it in the latest commit.

##########
File path: test/integrate/dubbo/go-server/go.mod
##########
@@ -0,0 +1,3 @@
+module github.com/apache/dubbo-go/test/integrate/dubbo/go-server
+
+go 1.14

Review comment:
       Okay, I have modified it in the latest commit.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org