From 864c193a7331168d4f5330c0cbdc926f72895b8e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 9 Jul 2026 01:16:02 +0200 Subject: [PATCH] README: remove Go Report Card badge The project was sunset; > After more than a decade of serving the ecosystem, the time > has come to sunset Go Report Card. Following the loss of our > primary infrastructure sponsor, maintaining the web app is > no longer sustainable. Signed-off-by: Sebastiaan van Stijn --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8b71a129e6..12a39d890f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![PkgGoDev](https://img.shields.io/badge/go.dev-docs-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/moby/swarmkit) [![CI Status](https://img.shields.io/github/actions/workflow/status/moby/swarmkit/ci.yml?branch=master&label=ci&logo=github&style=flat-square)](https://github.com/moby/swarmkit/actions?query=workflow%3Aci) -[![Go Report Card](https://goreportcard.com/badge/github.com/moby/swarmkit)](https://goreportcard.com/report/github.com/moby/swarmkit) [![codecov](https://img.shields.io/codecov/c/github/moby/swarmkit?logo=codecov&style=flat-square)](https://codecov.io/gh/moby/swarmkit) *SwarmKit* is a toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.