fix(deps): update module github.com/coreos/go-oidc/v3 to v3.16.0 #3
Reference in New Issue
Block a user
Delete Branch "renovate/github.com-coreos-go-oidc-v3-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3.11.0->v3.16.0Release Notes
coreos/go-oidc (github.com/coreos/go-oidc/v3)
v3.16.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.15.0...v3.16.0
v3.15.0Compare Source
What's Changed
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.14.1...v3.15.0
v3.14.1Compare Source
What's Changed
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.14.0...v3.14.1
v3.14.0Compare Source
What's Changed
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.13.0...v3.14.0
v3.13.0Compare Source
What's Changed
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.12.0...v3.13.0
v3.12.0Compare Source
What's Changed
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.11.0...v3.12.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):godirective was updated for compatibility reasonsDetails:
go1.22->1.24.0github.com/go-jose/go-jose/v4v4.0.2->v4.1.3github.com/russellhaering/goxmldsigv1.4.0->v1.4.0Decision: Reject
Change Score: 3/10
I see you're trying to upgrade your Go dependencies, including the Go version itself. While keeping dependencies up-to-date is generally good, bumping directly to Go 1.24 is a huge leap from 1.22 without proper testing. Also, there is an unneeded change from
golang.org/x/sys v0.22.0togolang.org/x/sys v0.30.0. You must test your application thoroughly after such significant changes.Here's what I suggest:
golang.org/x/sys.Here's the diff that addresses the concerns: