From 7aa245e806d45659bb941ec21def41413b43d88b Mon Sep 17 00:00:00 2001
From: "scott.wang" <scottwangsxll@gmail.com>
Date: Wed, 20 May 2020 10:33:21 +0800
Subject: [PATCH] Fix mistake according comment

---
 test/integrate/dubbo/go-client/Dockerfile | 19 +++++++++++++++++--
 test/integrate/dubbo/go-client/go.mod     |  2 +-
 test/integrate/dubbo/go-server/Dockerfile | 19 +++++++++++++++++--
 test/integrate/dubbo/go-server/go.mod     |  2 +-
 4 files changed, 36 insertions(+), 6 deletions(-)

diff --git a/test/integrate/dubbo/go-client/Dockerfile b/test/integrate/dubbo/go-client/Dockerfile
index 914d4a50b..1c683613f 100644
--- a/test/integrate/dubbo/go-client/Dockerfile
+++ b/test/integrate/dubbo/go-client/Dockerfile
@@ -1,6 +1,21 @@
-FROM golang
+#
+#Licensed to the Apache Software Foundation (ASF) under one or more
+#contributor license agreements.  See the NOTICE file distributed with
+#this work for additional information regarding copyright ownership.
+#The ASF licenses this file to You under the Apache License, Version 2.0
+#(the "License"); you may not use this file except in compliance with
+#the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#Unless required by applicable law or agreed to in writing, software
+#distributed under the License is distributed on an "AS IS" BASIS,
+#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#See the License for the specific language governing permissions and
+#limitations under the License.
+#
 
-MAINTAINER scottwangsxll@gmail.com
+FROM golang
 
 WORKDIR /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-client
 
diff --git a/test/integrate/dubbo/go-client/go.mod b/test/integrate/dubbo/go-client/go.mod
index 25c91bd7a..4708eb1f0 100644
--- a/test/integrate/dubbo/go-client/go.mod
+++ b/test/integrate/dubbo/go-client/go.mod
@@ -1,3 +1,3 @@
 module github.com/apache/dubbo-go/test/integrate/dubbo/go-client
 
-go 1.14
+go 1.13
diff --git a/test/integrate/dubbo/go-server/Dockerfile b/test/integrate/dubbo/go-server/Dockerfile
index c981d8a6d..05596980c 100644
--- a/test/integrate/dubbo/go-server/Dockerfile
+++ b/test/integrate/dubbo/go-server/Dockerfile
@@ -1,6 +1,21 @@
-FROM golang
+#
+#Licensed to the Apache Software Foundation (ASF) under one or more
+#contributor license agreements.  See the NOTICE file distributed with
+#this work for additional information regarding copyright ownership.
+#The ASF licenses this file to You under the Apache License, Version 2.0
+#(the "License"); you may not use this file except in compliance with
+#the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#Unless required by applicable law or agreed to in writing, software
+#distributed under the License is distributed on an "AS IS" BASIS,
+#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#See the License for the specific language governing permissions and
+#limitations under the License.
+#
 
-MAINTAINER scottwangsxll@gmail.com
+FROM golang
 
 WORKDIR /go/src/github.com/apache/dubbo-go/test/integrate/dubbo/go-server
 
diff --git a/test/integrate/dubbo/go-server/go.mod b/test/integrate/dubbo/go-server/go.mod
index c738fe340..9e1162327 100644
--- a/test/integrate/dubbo/go-server/go.mod
+++ b/test/integrate/dubbo/go-server/go.mod
@@ -1,3 +1,3 @@
 module github.com/apache/dubbo-go/test/integrate/dubbo/go-server
 
-go 1.14
+go 1.13
-- 
GitLab