- 
                Notifications
    You must be signed in to change notification settings 
- Fork 66
chore(deps): upgrade dependencies for aws-ssm and configcat providers #782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): upgrade dependencies for aws-ssm and configcat providers #782
Conversation
- Upgraded Go dependencies in providers/aws-ssm - Upgraded Go dependencies in providers/configcat - Ran 'go get -u -t [email protected] toolchain@none ./... && go mod tidy' - Updated go.mod and go.sum files for both modules Partial work towards open-feature#751. Additional modules require Go 1.24.9+ for full dependency upgrades. Signed-off-by: ambicuity <[email protected]>
| Summary of ChangesHello @ambicuity, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on updating the Go module dependencies for the  Highlights
 Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either  
 Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a  Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request upgrades Go dependencies for the aws-ssm and configcat providers. The changes are confined to go.mod and go.sum files and correctly reflect updates to minor versions of the dependencies. The process followed is standard for Go module management. The changes look good and I don't see any issues. As a minor housekeeping suggestion, the pull request description could be cleaned up by removing the unused template sections at the end.
Partial work towards #751. Additional modules require Go 1.24.9+ for full dependency upgrades.
Summary
This PR upgrades Go module dependencies for the
aws-ssmandconfigcatproviders as part of addressing issue #751.Changes
providers/aws-ssmproviders/configcatgo get -u -t [email protected] toolchain@none ./... && go mod tidyfor each modulego.modandgo.sumfiles for both provider modulesContext
This is partial work towards #751 ("Upgrade all dependencies"). The automated upgrade script successfully updated these two provider modules before encountering Go version compatibility issues with other modules that require Go 1.24.9+.
The current GitHub Codespaces environment has Go 1.24.5 installed. Remaining modules will require either:
Testing
go mod tidyexecuted without errorsRelated Issues
Partial work towards #751
Notes
This PR
Related Issues
Fixes #1234523
Notes
Follow-up Tasks
How to test