From 34ff620e8b25ab890ab080dcc7144e87603ca321 Mon Sep 17 00:00:00 2001 From: Shubham Bhardwaj Date: Fri, 10 Jul 2026 12:03:36 +0530 Subject: [PATCH] fix(ci): pin ko binary to v0.18.1 for release-v0.20.x e2e tests Signed-off-by: Shubham Bhardwaj --- .github/workflows/reusable-e2e.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-e2e.yaml b/.github/workflows/reusable-e2e.yaml index 7be9fa85b7..f43125fbed 100644 --- a/.github/workflows/reusable-e2e.yaml +++ b/.github/workflows/reusable-e2e.yaml @@ -58,6 +58,8 @@ jobs: go-version-file: "src/github.com/tektoncd/chains/go.mod" - uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9 + with: + version: v0.18.1 - name: Install tkn cli run: |