fix: bump Go toolchain to 1.25.9 (backport to 2.29)#25255
Closed
Shelnutt2 wants to merge 1 commit into
Closed
Conversation
Bumps the Go toolchain from 1.25.8 to 1.25.9 across go.mod, the shared setup-go action, and the dogfood image. This resolves 9 CVEs (1 Critical, 5 High, 3 Medium) fixed in Go 1.25.9. Cherry-picked from the main branch change in #24293.
|
👋 Hey @Shelnutt2! This PR is targeting the Only bug fixes should be cherry-picked to release branches. If this is a bug fix, please update the PR title to match the conventional commit format: If this is not a bug fix, it likely should not target a release branch. |
Contributor
Author
|
Replaced by #25253 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backports the Go 1.25.9 toolchain bump to the
release/2.29branch, addressing 9 CVEs (1 Critical, 5 High, 3 Medium) present in Go 1.25.8.Cherry-picked from the main branch change in #24293.
Changes
go.modgo 1.25.8->go 1.25.9.github/actions/setup-go/action.yaml1.25.8->1.25.9dogfood/coder/DockerfileGO_VERSIONandGO_CHECKSUMupdated to 1.25.9Fixes: https://linear.app/codercom/issue/ENT-48
Context