Update fizzy SDK for v4.0.0-rc.6#186
Merged
Merged
Conversation
Update github.com/basecamp/fizzy-sdk/go from v0.2.3 to v0.2.4. The SDK now requires Go 1.26.5, so bump the go directive and .mise.toml to match. No API surface changes — the generated types only moved to a newer oapi-codegen release.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Fizzy CLI’s Go module dependencies and local toolchain pin to align with github.com/basecamp/fizzy-sdk/go v0.2.4, which requires Go 1.26.5, ahead of the v4.0.0-rc.6 release.
Changes:
- Bump
github.com/basecamp/fizzy-sdk/gofrom v0.2.3 to v0.2.4. - Update the
godirective and.mise.tomlGo version pin to Go 1.26.5. - Refresh transitive
golang.org/x/{sync,sys,text}versions and correspondinggo.sumentries.
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.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
go.mod |
Bumps SDK dependency and updates the module’s Go version directive to 1.26.5. |
go.sum |
Updates module checksums for the bumped SDK and updated transitive dependencies. |
.mise.toml |
Updates the local Go toolchain pin to 1.26.5 to match the SDK requirement. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps
github.com/basecamp/fizzy-sdk/gofrom v0.2.3 to v0.2.4 ahead of taggingv4.0.0-rc.6.The SDK now requires Go 1.26.5, so the
godirective ingo.modand the pin in.mise.tomlmove to 1.26.5 as well. Transitivegolang.org/x/{sync,sys,text}bumps come along with it.No CLI code changes are needed — the only change to the SDK's generated types between v0.2.3 and v0.2.4 is the oapi-codegen version comment (v2.6.0 -> v2.7.1). The rest of the SDK release is dependency updates in the TypeScript/Kotlin packages and CI fixes.
Summary by cubic
Updates
github.com/basecamp/fizzy-sdk/goto v0.2.4 for thev4.0.0-rc.6release. Requires Go 1.26.5; no CLI behavior changes.Dependencies
github.com/basecamp/fizzy-sdk/gov0.2.3 -> v0.2.4.golang.org/x/sync-> v0.19.0,golang.org/x/sys-> v0.41.0,golang.org/x/text-> v0.34.0.oapi-codegenversion comment (v2.6.0 -> v2.7.1).Migration
go.modand.mise.toml).Written for commit a306c78. Summary will update on new commits.