From 4f9273b91c4f5d209a991e0821923ad91f0c4d28 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 19 Nov 2019 22:57:08 -0800 Subject: [PATCH] Bump Go to 1.13 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49b15c0..b4dfb4a 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/debian-base:1.0.0 IMAGE := $(REGISTRY)/$(BIN) TAG := $(VERSION)__$(OS)_$(ARCH) -BUILD_IMAGE ?= golang:1.12-alpine +BUILD_IMAGE ?= golang:1.13-alpine # If you want to build all binaries, see the 'all-build' rule. # If you want to build all containers, see the 'all-container' rule.