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

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 09c4a1c  ServiceCenter now needs go 1.17 to build (#1276)
09c4a1c is described below

commit 09c4a1c5e6b57d4e2467e2b16c8393c634491f55
Author: ZhangJian He <[email protected]>
AuthorDate: Mon Feb 28 16:29:59 2022 +0800

    ServiceCenter now needs go 1.17 to build (#1276)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d749276..3095d41 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ httpport = 30100
 
 Requirements
 
-+ [Go](https://golang.org) version 1.9+ is required to build the latest 
version of Service-Center.
++ [Go](https://golang.org) version 1.17+ is required to build the latest 
version of Service-Center.
 
 Download the Code
 ```sh
@@ -119,7 +119,7 @@ Build the Service-Center
 ```sh
 go build -o service-center 
github.com/apache/servicecomb-service-center/cmd/scserver
 ```
-First, you need to run a etcd(version: 3.x) as a database service and then 
modify the etcd IP and port in the Service Center configuration file 
(./etc/conf/app.conf : manager_cluster).
+First, you need to run an etcd(version: 3.x) as a database service and then 
modify the etcd IP and port in the Service Center configuration file 
(./etc/conf/app.conf : manager_cluster).
 ```sh
 wget 
https://github.com/coreos/etcd/releases/download/v3.1.8/etcd-v3.1.8-linux-amd64.tar.gz
 tar -xvf etcd-v3.1.8-linux-amd64.tar.gz

Reply via email to