chore: bump golang to 1.26.4 for cve fixes#8756
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the declared Go toolchain version to Go 1.26.4 across the repository’s Go modules (root module plus several submodules), aligning the codebase with a newer Go release intended to pick up CVE fixes.
Changes:
- Update
godirectives from1.25.10to1.26.4in the root module and multiple submodules. - Keep dependency sets unchanged (no
require/replaceedits shown), focusing purely on the minimum Go version.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Bump root module minimum Go version to 1.26.4 |
| aks-node-controller/go.mod | Bump aks-node-controller module minimum Go version to 1.26.4 |
| image-fetcher/go.mod | Bump image-fetcher module minimum Go version to 1.26.4 |
| vhdbuilder/lister/go.mod | Bump vhdbuilder lister module minimum Go version to 1.26.4 |
| vhdbuilder/prefetch/go.mod | Bump vhdbuilder prefetch module minimum Go version to 1.26.4 |
| hack/tools/go.mod | Bump hack/tools module minimum Go version to 1.26.4 |
| - uses: actions/setup-go@v6 | ||
| with: | ||
| go-version: '1.25' | ||
| go-version: '1.26' |
Co-authored-by: lilypan26 <106703606+lilypan26@users.noreply.github.com>
AgentBaker Linux gate detectiveRun: https://msazure.visualstudio.com/CloudNativeCompute/_build/results?buildId=169093999 Likely cause/signature: shared �2e-proxy DaemonSet optimistic-concurrency race (�2e-cluster-prep-e2e-proxy-daemonset-conflict). Confidence: High. |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #