[main] Upgrade the Golang version to go1.25.6#19175
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Hello! 👋 This Pull Request is now handled by arewefastyet. The current HEAD and future commits will be benchmarked. You can find the performance comparison on the arewefastyet website. |
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
| @@ -1,4 +1,4 @@ | |||
| FROM --platform=linux/amd64 golang:1.25.3-bookworm@sha256:414a753c2f67d0efccb01b5f58b3d3a8a2cbb7c012ce9e535418b5b3492b2c24 | |||
| FROM --platform=linux/amd64 golang:1.25.6-bookworm@sha256:414a753c2f67d0efccb01b5f58b3d3a8a2cbb7c012ce9e535418b5b3492b2c24 | |||
There was a problem hiding this comment.
Seems this auto update is changing 3 -> 6 but the SHA is the same. That sounds wrong
Is this expected @frouioui?
There was a problem hiding this comment.
This is due to us pinning our dependencies/images by SHA recently: #19143. I'll see if I can fix up the automation to update the SHA as well, or alternatively, letting dependabot handle image updates. Only concern with allowing dependabot to do it is that it'll leave behind go.mod, so better off to do it this way most likely.
|
Closing to regenerate with digests using #19178 |
This Pull Request bumps the Golang version to
go1.25.6and the bootstrap version to50.There are a few manual steps remaining:
cc @vitessio/release