Skip to content

Update Go dependencies and bump release to v2.6.4#185

Draft
linglingye001 with Copilot wants to merge 1 commit into
mainfrom
copilot/update-dependency-package
Draft

Update Go dependencies and bump release to v2.6.4#185
linglingye001 with Copilot wants to merge 1 commit into
mainfrom
copilot/update-dependency-package

Conversation

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Refreshes Go module dependencies for the v2.6.4 release. The dependency bump pulls in controller-runtime v0.24.1 and k8s.io/* v0.36.2, which require Go ≥ 1.26.0, so the toolchain version is raised across the build/CI surface.

Dependencies

  • Ran go get -u ./... + go mod tidy.
  • Notable upgrades:
    • sigs.k8s.io/controller-runtime v0.23.3 → v0.24.1
    • k8s.io/{api,apimachinery,client-go,apiextensions-apiserver} v0.35.5 → v0.36.2
    • github.com/go-openapi/swag* v0.26.1 → v0.27.0
    • github.com/prometheus/common v0.68.1 → v0.69.0, procfs v0.20.1 → v0.21.0

Go toolchain

  • go.mod directive 1.25.0 → 1.26.0 (required by the upgraded deps).
  • CI go-version bumped in ci.yaml and golangci-lint.yml.
  • Dockerfile builder image golang:1.25-azurelinux3.01.26-azurelinux3.0.

Versioning

  • version.json 2.6.3 → 2.6.4.

Intended base branch is release/v2.6.4; create that branch if it does not yet exist.

Copilot AI changed the title Update dependency packages for v2.6.4 Update Go dependencies and bump release to v2.6.4 Jun 30, 2026
Copilot AI requested a review from linglingye001 June 30, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants