-
Notifications
You must be signed in to change notification settings - Fork 10k
[release-3.4] Bump Go to 1.23.8 #19726
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
Ran `go mod tidy` for all mod files manually. Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
…t/v4 4.5.2 Steps executed: - change import path to "github.com/golang-jwt/jwt/v4" - execute `go get github.com/golang-jwt/jwt/v4; go mod tidy` - execute `./scripts/updatebom.sh` Reference: - https://pkg.go.dev/vuln/GO-2025-3553 - https://github.com/golang-jwt/jwt/blob/main/MIGRATION_GUIDE.md Signed-off-by: Chun-Hung Tseng <[email protected]>
Due to https://pkg.go.dev/vuln/GO-2025-3553, we need to bump Currently, I have bumped the version to 4.5.2, as this is the minimal version change that is safe from the security vulnerability. @ahrtr do you think this decision is ok? :) |
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.
LGTM on green
/retest |
It works, thx |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, fuweid, henrybear327 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ran
go mod tidy
for all mod files manually.Reference:
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.