From 53ec310eac8a280a5a45d27b4a48d2cefca122a7 Mon Sep 17 00:00:00 2001 From: Khurram Date: Wed, 1 Mar 2023 01:42:07 +0530 Subject: [PATCH] Update ko image to latest with Go 1.19 Updated ko image to the latest with Go version 1. --- tekton/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/publish.yaml b/tekton/publish.yaml index ccf3e2cb6..b6b520a25 100644 --- a/tekton/publish.yaml +++ b/tekton/publish.yaml @@ -83,7 +83,7 @@ spec: cp ${DOCKER_CONFIG} /workspace/docker-config.json - name: run-ko - image: gcr.io/tekton-releases/dogfooding/ko@sha256:5452d2cca5f5190848296c27c0ff656f80783dd81a0a75aa6052f57319eefb7b + image: gcr.io/tekton-releases/dogfooding/ko@sha256:e12270ad72c84638e2d113c27b4d71efe2973dc56e78269fcc2ccd859163e17d env: - name: KO_DOCKER_REPO value: $(params.imageRegistry)/$(params.imageRegistryPath)