fix(release): bump pinned ko/koparse images for go 1.26.5 - #3883
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3883 +/- ##
=======================================
Coverage 26.13% 26.13%
=======================================
Files 465 465
Lines 24930 24930
=======================================
Hits 6516 6516
Misses 17694 17694
Partials 720 720
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The pinned ko/koparse images baked in Go 1.26.4, but go.mod now requires go >= 1.26.5, causing ko resolve to fail with GOTOOLCHAIN=local on patch releases. Bump both image digests to the latest plumbing images built from golang:1.26.5-alpine (ko sha-a4f94ba, published 2026-08-10): - ko: sha256:976eb63...ffbeec3 - koparse: sha256:e060328...58c5bce Signed-off-by: Jawed khelil <jkhelil@redhat.com> Assisted-by: Claude Sonnet 4.6 (via Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
877f00f to
fbc3814
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pratap0007 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick release-v0.81.x |
|
✅ Cherry-pick to A new pull request has been created to cherry-pick this change to PR: #3886 Please review and merge the cherry-pick PR. |
Changes
Bump the pinned
koandkoparseimage digests intekton/build-publish-images-manifests.yamlto versions built withGo 1.26.5.
Root cause
go.modwas updated to requirego >= 1.26.5, but the previouslypinned images baked in Go 1.26.4. Because the release pipeline runs
with
GOTOOLCHAIN=local,ko resolvefailed with:Fix
Update both digests to the latest
ghcr.io/tektoncd/plumbingimages(
sha-a4f94ba, published 2026-08-10) built fromgolang:1.26.5-alpine:ko7561ceb…976eb63…koparse6cf5d09…e060328…Cherry-pick targets
This fix needs to be cherry-picked to:
release-v0.81.x(blocking v0.81.0 patch release)release-v0.80.x(prevent future patch release failures)/kind bug
Made with Cursor