Skip to content

chore: update documented Go requirement#49

Draft
devin-ai-integration[bot] wants to merge 2 commits into
mainfrom
devin/1783933810-update-go-requirement
Draft

chore: update documented Go requirement#49
devin-ai-integration[bot] wants to merge 2 commits into
mainfrom
devin/1783933810-update-go-requirement

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Keep github.com/launchdarkly/go-server-sdk/v7 at v7.15.4 and github.com/launchdarkly/go-sdk-common/v3 at v3.5.0; both are already the latest published releases in their configured major versions. (go-sdk-common/v4 exists but is intentionally outside this within-major update.)
  • Update the documented Go requirement from 1.21 to 1.24 to match go.mod, the configured toolchain, and the SDK's current minimum.
  • Clarify that the example demonstrates the LaunchDarkly Go server SDK and avoid possessive trademark usage.

No deprecated SDK APIs were found in the example.

Validation:

  • go mod tidy
  • go build -o hello-go .
  • go vet ./...
  • go test ./...
  • CI=1 LAUNCHDARKLY_SDK_KEY=... ./hello-go (SDK initialized successfully; the absent sample-feature flag returned the documented false default)

Link to Devin session: https://app.devin.ai/sessions/85d9c9f1e2084e14acb1148a34f0b16f

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration devin-ai-integration Bot requested a review from a team as a code owner July 13, 2026 09:11
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot marked this pull request as draft July 13, 2026 09:28
@devin-ai-integration devin-ai-integration Bot added the devin-pr Created by Devin label Jul 13, 2026
Comment thread README.md Outdated
# LaunchDarkly sample Go application

We've built a simple console application that demonstrates how LaunchDarkly's SDK works.
We've built a simple console application that demonstrates how the LaunchDarkly SDK works.

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.

Suggested change
We've built a simple console application that demonstrates how the LaunchDarkly SDK works.
We've built a simple console application that demonstrates how the LaunchDarkly Go server SDK works.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated the wording to identify the LaunchDarkly Go server SDK in c2bc00f.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr Created by Devin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant