From 9da5778076e9d6b6eb7e3de49df5eb5de4466377 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 22 Jun 2022 10:55:01 -0400 Subject: [PATCH] revert upgrade to go 1.18 --- tekton/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/publish.yaml b/tekton/publish.yaml index 4c59fc8aa54..5201987b155 100644 --- a/tekton/publish.yaml +++ b/tekton/publish.yaml @@ -80,7 +80,7 @@ spec: cp ${DOCKER_CONFIG} /workspace/docker-config.json - name: create-ko-yaml - image: golang:1.18.3 + image: golang:1.17.8 script: | #!/bin/sh set -ex