From 8fa567264ea785c7e9c2868046cf747a27145ba6 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 7 May 2020 13:54:47 -0400 Subject: [PATCH] Update build/go-runner/Makefile Co-authored-by: Stephen Augustus --- 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 57961860653..1d3a85ea458 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.1 +TAG ?= v0.1.1 REGISTRY ?= k8s.gcr.io IMGNAME = go-runner