Skip to content

chore: retract v2.0.0#2059

Open
troian wants to merge 1 commit intomainfrom
retract
Open

chore: retract v2.0.0#2059
troian wants to merge 1 commit intomainfrom
retract

Conversation

@troian
Copy link
Member

@troian troian commented Mar 23, 2026

Description

Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow-up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Signed-off-by: Artur Troian <troian@users.noreply.github.com>
@troian troian requested a review from a team as a code owner March 23, 2026 15:00
@coderabbitai
Copy link

coderabbitai bot commented Mar 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4145034b-774a-4faf-abe5-c7fb9fe7d4c8

📥 Commits

Reviewing files that changed from the base of the PR and between 408af15 and a4e3b76.

📒 Files selected for processing (1)
  • go.mod

Walkthrough

A module retraction directive for version 2.0.0 was added to go.mod, marking that version as retracted in the Go module system. This prevents the version from being automatically selected during dependency resolution without modifying any require or replace statements.

Changes

Cohort / File(s) Summary
Module Metadata
go.mod
Added retract v2.0.0 directive to mark version 2.0.0 as retracted in the module system.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A version takes flight, declared not quite right,
Retraction's the word, spreading far and wide—
v2.0.0 steps back, retiring with grace,
While dependencies smile, finding better in place. ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: retracting v2.0.0 in the Go module.
Description check ✅ Passed The description contains the default template with a placeholder but relates to the changeset. It indicates this is a chore-type change, which aligns with the module retraction.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch retract

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant