-
Notifications
You must be signed in to change notification settings - Fork 757
Open
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
What did you do?
Checked the go directive across all go.mod files in the repository.
What did you expect to see?
All go.mod files should use Go 1.25.8, the latest patch release, which includes security fixes and bug fixes.
What did you see instead?
Inconsistent and outdated Go versions across modules:
| Module | Current Version |
|---|---|
go.mod (root) |
1.25.7 |
client/go.mod |
1.25.6 |
tests/integrations/go.mod |
1.25.7 |
tools/go.mod |
1.25.7 |
What version of PD are you using (pd-server -V)?
master branch (latest)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.