Skip to content

*: go.mod files use outdated Go versions, should be 1.25.8 #10501

@JmPotato

Description

@JmPotato

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects-8.5This bug affects the 8.5.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions