From a7b1cec617b5d42921df74e536c458d283dcc279 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 7 May 2020 13:31:51 -0400 Subject: [PATCH] Bump version for go-runner Ran into trouble with image promotion. trying it again Signed-off-by: Davanum Srinivas --- build/go-runner/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/go-runner/Makefile b/build/go-runner/Makefile index 32c56183d76..57961860653 100644 --- a/build/go-runner/Makefile +++ b/build/go-runner/Makefile @@ -15,7 +15,7 @@ # set default shell SHELL=/bin/bash -o pipefail -TAG ?= 0.1.0 +TAG ?= 0.1.1 REGISTRY ?= k8s.gcr.io IMGNAME = go-runner