-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update dependencies #5
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
Conversation
ndyakov
commented
May 27, 2025
- update deps to the latest
- add release notes
254db8e
to
ae377b7
Compare
Add release notes
ae377b7
to
33c7baf
Compare
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.
Pull Request Overview
This PR updates the dependency versions across multiple go.mod files and adds release notes for version v1.0.0. It also modifies example scripts and code to align with updated dependency requirements and Go version specifications.
- Update dependency versions and Go toolchain details in go.mod files
- Modify example scripts (e.g. adding "go get -u" in run_examples.sh)
- Add release notes for the new release
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
go.mod | Updated Go version, toolchain, and dependency versions |
examples/entraid/run_examples.sh | Added "go get -u" to update modules before running examples |
examples/entraid/managedidentity_userassigned/go.mod | Switched Redis dependency versions to "latest" |
examples/entraid/managedidentity_systemassigned/go.mod | Switched Redis dependency versions to "latest" |
examples/entraid/defaultcredentials/go.mod | Switched Redis dependency versions to "latest" |
examples/entraid/clientsecret/go.mod | Switched Redis dependency versions to "latest" |
examples/entraid/clientcert/go.mod | Switched Redis dependency versions to "latest" |
examples/custom_idp/main.go | Updated function signatures and added error handling for token parsing |
examples/custom_idp/go.mod | Updated Redis dependency versions to stable versions |
RELEASE_NOTES.md | Added release notes detailing key changes for v1.0.0 |
Add Makefile to reproduce the test commands used in the CI. A better approach for the future would be to use the exact makefile in the CI pipelines.
3d9c315
to
6806df0
Compare
It turns out that the x/crypto with the security fixes requires go 1.23 anyway.
3002e89
to
fad3986
Compare
Merging this branch will not change overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|