You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2021/02/03 08:43:11 UTC

[dubbo-go-samples] branch master updated: add CI badge

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e452c22  add CI badge
e452c22 is described below

commit e452c223ee0be0b6615eadb250cb66232fda929f
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Wed Feb 3 16:42:47 2021 +0800

    add CI badge
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index b1a2e02..692c216 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Dubbo Golang Examples
 
+![CI](https://github.com/apache/dubbo-go-samples/workflows/CI/badge.svg)
+
 ## What It Contains
 
 * helloworld: A simplest example. It contain 'go-client', 'go-server', 'java-server' of dubbo protocol.