chore: update Go server SDK to 7.15.5 - #51
Open
devin-ai-integration[bot] wants to merge 2 commits into
Open
Conversation
Co-Authored-By: [email protected] <[email protected]>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
Author
|
@cursor review |
Co-Authored-By: [email protected] <[email protected]>
kinyoklion
marked this pull request as ready for review
August 3, 2026 15:57
kinyoklion
approved these changes
Aug 3, 2026
joker23
approved these changes
Aug 5, 2026
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.
Summary
Bumps
github.com/launchdarkly/go-server-sdk/v7from an exact pin ofv7.15.4to the latest within-major releasev7.15.5.SDK v7.15.5 declares
go 1.25.0, sogo mod tidyraises this module's directive fromgo 1.24.0(+toolchain go1.24.1) togo 1.25.0. Consequently the README's "requires Go 1.24 or higher" and the CIsetup-goversion are updated to 1.25.Verified by running the example against a real SDK key: client initializes on SDK 7.15.5, streams, and evaluates the flag. No deprecated SDK APIs in use;
go buildandgo vetare clean. CIbuild-and-runpasses.Link to Devin session: https://app.devin.ai/sessions/17c48091dc31418fbb97b133dd299665
Requested by: @jsonbailey
Note
Low Risk
Dependency and toolchain bump only; no auth, data, or application logic changes.
Overview
Updates
github.com/launchdarkly/go-server-sdk/v7from v7.15.4 to v7.15.5 with no changes to application source.Because the newer SDK targets Go 1.25,
go.modmoves fromgo 1.24.0(and drops thetoolchain go1.24.1pin) togo 1.25.0. The README minimum Go version and CIsetup-gogo-versionare aligned to 1.25 so local builds and the workflow use the same toolchain.Reviewed by Cursor Bugbot for commit 81cd6d0. Bugbot is set up for automated code reviews on this repo. Configure here.