Skip to content

fix(ci): correct release notes installation instructions#53

Merged
flexiondotorg merged 1 commit into
mainfrom
fix/release-notes-install
Jun 8, 2026
Merged

fix(ci): correct release notes installation instructions#53
flexiondotorg merged 1 commit into
mainfrom
fix/release-notes-install

Conversation

@flexiondotorg

Copy link
Copy Markdown
Contributor

The release workflow was emitting a deprecated go get command that fails outside a Go module context and omits the submodule + replace directive + library download flow required by this project.

Replace the one-liner with the correct multi-step installation block that matches the README, including context about static library size.

Closes #51

The release workflow was emitting a deprecated `go get` command that
fails outside a Go module context and omits the submodule + replace
directive + library download flow required by this project.

Replace the one-liner with the correct multi-step installation block
that matches the README, including context about static library size.

Closes #51

Signed-off-by: Martin Wimpress <code@wimpress.io>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: These changes only update the release notes generated by the CI to replace a deprecated go get command with correct installation instructions matching the README, posing no risk to business logic, infrastructure, or security.

Re-trigger cubic

@flexiondotorg flexiondotorg merged commit a09abff into main Jun 8, 2026
5 checks passed
@flexiondotorg flexiondotorg deleted the fix/release-notes-install branch June 8, 2026 14:36
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.

go installation instruction is deprecated

1 participant