Skip to content

Fix broken Go and GoReportCard badges in README - #824

Open
johanbrandhorst with Copilot wants to merge 1 commit into
mainfrom
copilot/update-readme-badges
Open

Fix broken Go and GoReportCard badges in README#824
johanbrandhorst with Copilot wants to merge 1 commit into
mainfrom
copilot/update-readme-badges

Conversation

Copilot AI commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

The Go Actions badge and GoReportCard badge in the README were no longer working.

Root cause

  • The repository's default branch was renamed from v2 to main, but .github/workflows/go.yaml still scoped its push trigger to v2. Pushes to main never triggered a run, so no status existed for the badge to display.

Changes

  • CI workflow: updated push.branches in .github/workflows/go.yaml from v2 to main.
  • Go badge: switched to the current GitHub Actions badge URL format, targeting branch=main.
  • GoReportCard badge: replaced with a pkg.go.dev "Go Reference" badge (GoReportCard is unreliable/being sunset); removed the now-redundant separate GoDoc badge.
  • Links: updated a remaining godoc.org link to pkg.go.dev.
  • Prose: fixed stale "v2 branch" references in the Changes and Release Process sections to say main.

Co-authored-by: johanbrandhorst <6604151+johanbrandhorst@users.noreply.github.com>
@johanbrandhorst
johanbrandhorst marked this pull request as ready for review August 21, 2026 16:06
@johanbrandhorst
johanbrandhorst enabled auto-merge (squash) August 21, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants