chore: update Go version to 1.26.4#2568
Open
fseldow wants to merge 1 commit into
Open
Conversation
596a23c to
224502d
Compare
224502d to
313e572
Compare
313e572 to
ff2002f
Compare
susanshi
approved these changes
Jun 4, 2026
Use Go 1.26.4 for vulnerability scanning and Docker builder images so published Ratify images are built with the patched standard library. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: xinhl <xinhl@microsoft.com>
auto-merge was automatically disabled
June 12, 2026 03:53
Head branch was pushed to by a user without write access
ff2002f to
4fe3e6a
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Update Go usage to 1.26.4 only where it affects vulnerability scanning or published image builds.
Motivation
Go 1.26.4 includes fixes for the Go standard library vulnerabilities reported by govulncheck:
Updating only the govulncheck workflow is not sufficient because GHCR-published Ratify images are built by Dockerfile builder stages. If the Dockerfile still uses Go 1.26.3, the resulting binary is still built with the vulnerable Go standard library.
Changes
scan-vulnsgovulncheck toolchain to Go 1.26.4go.modunchanged1.26) minor-only; update only workflow references that were already patch-pinned to1.26.3Validation
go.mod.