chore(deps): bump CI Go bootstrap to 1.26.6 - #9056
Merged
Merged
Conversation
klesh
approved these changes
Aug 18, 2026
klesh
left a comment
Contributor
There was a problem hiding this comment.
LGTM.
Thanks for your contribution.
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
Upgrade the job-local Go bootstrap from 1.26.2 to 1.26.6 in the Apache CI
workflows. Go 1.26.6 contains the fixes for the standard-library advisories
reported against earlier 1.26 patch releases.
The change intentionally keeps
backend/go.modand allgolang:1.26-*imagetags on the floating 1.26 minor line. It only changes:
backend/scripts/install-go.sh: version and official Linux amd64/arm64SHA-256 checksums;
PostgreSQL E2E jobs.
Security verification
govulncheckv1.7.0 was run with Go 1.26.6 against the complete backend packagegraph after mock generation. It reports zero reachable standard-library
findings. Remaining findings belong to Go modules and are handled separately;
this PR does not mix module upgrades into the toolchain patch.
Both Linux archive checksums were verified against the official Go download
catalog and the downloaded archives. In the unchanged
mericodev/lake-builder:latestimage, the installer was tested from the image'sGo 1.20.4 baseline:
/opt/go/1.26.6;go version go1.26.6 linux/amd64;Verification
sh -n backend/scripts/install-go.shactionlinton all three changed workflowsmericodev/lake-builder:latestmake mock— 64 generated mock filesmake unit-test— green, including Azure DevOps 8 passed/1 skipped andpydevlake 10 passed
make e2e-test-go-pluginsandmake e2e-testagainst isolated MySQL 8 — greenmake e2e-test-go-pluginsandmake e2e-testagainst isolated PostgreSQL14.2 — green
govulncheck ./...with Go 1.26.6 — 0 reachable standard-library findingsBuilder image
The published builder image still contains Go 1.20.4. The job-local,
checksum-verified bootstrap keeps the affected jobs independent of a builder
republish; refreshing the image remains a separate maintainer follow-up.