docs: align README badges (drop retired Go Report Card) - #78
Merged
Conversation
Go Report Card was sunset on 2026-07-01 and gojp/goreportcard is archived read-only, so the badge now renders "go report: retired". Remove it and standardize the badge block across all public Go repos: - Test (or CI), Release, License: MIT — in that order - use the current /actions/workflows/<file>/badge.svg form instead of the deprecated /workflows/<name>/badge.svg path - Go Reference only where an importable public API exists - license badge normalized to License-MIT-blue, linking to the repo's own LICENSE rather than opensource.org
jackchuka
force-pushed
the
docs/align-readme-badges
branch
from
July 28, 2026 02:52
15cae8a to
5cedf2a
Compare
jackchuka
marked this pull request as ready for review
July 28, 2026 03:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Go Report Card was sunset on 2026-07-01 and
gojp/goreportcard is now archived read-only.
The badge endpoint still returns 200 but serves a static SVG reading
go report: retired,so every README carrying it currently advertises a dead service.
While removing it, this aligns the badge block across all 20 public Go repos, which had
drifted into 3 different orders, 2 CI-badge URL forms, 3 license-badge variants, and
5 repos with no badges at all.
Canonical block
/actions/workflows/<file>/badge.svgform, replacing the deprecated/workflows/<name>/badge.svgpath(
go-xcache,proto-migrate) — the other 18 keep all code ininternal/License-MIT-blueEvery repo is MIT, has published releases, and has a test workflow, so all three
badges resolve everywhere.
Notes
posturakeeps its centered HTML badge row;gvkeeps its centered layout.tfpackerkeeps theCIlabel since its workflow isci.ymlnamedCI.