From b6f1f5834323e05367b315c6aa586a76007919a0 Mon Sep 17 00:00:00 2001 From: Arseni Lapunov Date: Tue, 14 Nov 2023 20:39:08 +0100 Subject: [PATCH] remove circleci badge from README.md it seems that the circleci isn't used anymore for the project, since the last circleci build is read, and it is from 1 year ago. There is also no config.yaml in the repo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a2caa30e..83e1eed61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# memberlist [![GoDoc](https://godoc.org/github.com/hashicorp/memberlist?status.png)](https://godoc.org/github.com/hashicorp/memberlist) [![CircleCI](https://circleci.com/gh/hashicorp/memberlist.svg?style=svg)](https://circleci.com/gh/hashicorp/memberlist) - +# memberlist [![GoDoc](https://godoc.org/github.com/hashicorp/memberlist?status.png)](https://godoc.org/github.com/hashicorp/memberlist) memberlist is a [Go](http://www.golang.org) library that manages cluster membership and member failure detection using a gossip based protocol.