Update Go build and analysis toolchain to 1.27.1 - #128
Merged
Conversation
Bumps golang from 1.26.6 to 1.27.1. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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
Dependabot #125 updates the worker image to Go 1.27.1 but leaves the four build/analysis workflows and the version-policy checker at 1.26.6, causing both release-boundary gates to fail. Apply the proposed digest-pinned image together with all five companion pins and refresh the public-export manifest.
The earlier Go 1.27 deferral is resolved: the already-pinned CodeQL action v4.37.9 defaults to bundle 2.26.4, whose Go library changelog records Go 1.27 support. Hosted Go extraction succeeded for both modules; the SARIF reports no extraction warnings or errors and no findings.
Supersedes #125.
Verification
go vetpass for both modules (the worker module has no unit tests).Public information review
Does this change expose new public information? No
Compatibility and operations
The build toolchain moves to Go 1.27.1. The public Go module minimum remains 1.25.0. The worker image remains pinned by digest; no package versions or workflow permissions change.