From a0379cbcd421eda4cd71a9d891b5f7ae442cbdb7 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 23 Apr 2021 09:00:59 -0700 Subject: [PATCH] Bump go to 1.16 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f891c2d..f345f6b 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.6.0 IMAGE := $(REGISTRY)/$(BIN) TAG := $(VERSION)__$(OS)_$(ARCH) -BUILD_IMAGE ?= golang:1.15-alpine +BUILD_IMAGE ?= golang:1.16-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.