Skip to content

[codex] Update fizzy SDK for v4.0.0-rc.5#179

Merged
robzolkos merged 1 commit into
masterfrom
codex/update-fizzy-sdk-rc5
Jun 25, 2026
Merged

[codex] Update fizzy SDK for v4.0.0-rc.5#179
robzolkos merged 1 commit into
masterfrom
codex/update-fizzy-sdk-rc5

Conversation

@robzolkos

@robzolkos robzolkos commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

What

Updates github.com/basecamp/fizzy-sdk/go from v0.2.2 to v0.2.3.

Also pins Go to 1.26.4 in go.mod and .mise.toml so the release preflight and rc5 release build use the patched standard library. Local govulncheck on Go 1.26.1 reported reachable standard-library vulnerabilities that are fixed in Go 1.26.4.

Why

Prepares the CLI for the next Fizzy 4 release candidate, v4.0.0-rc.5, using the released SDK tag instead of a Go pseudo-version.

Testing

  • PATH="$(go env GOPATH)/bin:$PATH" make release-check
  • go test -v ./...

Note: the e2e package skipped locally because FIZZY_TEST_TOKEN and FIZZY_TEST_ACCOUNT were not present.


Summary by cubic

Prepare the CLI for Fizzy v4.0.0-rc.5 with the latest SDK and a patched Go toolchain.

  • Dependencies
    • Bumped github.com/basecamp/fizzy-sdk/go from v0.2.2 to v0.2.3.
    • Pinned Go to 1.26.4 in go.mod and .mise.toml to pick up standard library security fixes.

Written for commit 78f1601. Summary will update on new commits.

Review in cubic

@github-actions github-actions Bot added the enhancement New feature or request label Jun 24, 2026

@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 3 files

Re-trigger cubic

@robzolkos robzolkos force-pushed the codex/update-fizzy-sdk-rc5 branch from eb98662 to 78f1601 Compare June 25, 2026 00:00
@robzolkos robzolkos marked this pull request as ready for review June 25, 2026 00:03
Copilot AI review requested due to automatic review settings June 25, 2026 00:03

Copilot AI 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.

Pull request overview

Updates the Fizzy CLI’s Go module dependencies and toolchain versioning to align with the Fizzy v4.0.0-rc.5 release candidate and ensure builds use a patched Go standard library.

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

Changes:

  • Bump github.com/basecamp/fizzy-sdk/go from v0.2.2 to v0.2.3.
  • Pin Go to 1.26.4 in go.mod and .mise.toml (with corresponding go.sum updates).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates SDK dependency to v0.2.3 and pins Go version to 1.26.4.
go.sum Refreshes module checksums to reflect the SDK bump.
.mise.toml Pins local/tooling Go version to 1.26.4 for consistent builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod
Comment on lines +3 to 5
go 1.26.4

require (
@robzolkos robzolkos merged commit c78aaf7 into master Jun 25, 2026
20 checks passed
@robzolkos robzolkos deleted the codex/update-fizzy-sdk-rc5 branch June 25, 2026 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants