From c90faaee2d38eff6c0c201de0b635c571359139e Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 15 Sep 2017 10:24:54 -0700 Subject: [PATCH] Update to golang-1.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b8b09b..6c3ecde 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ endif IMAGE := $(REGISTRY)/$(BIN)-$(ARCH) LEGACY_IMAGE := $(REGISTRY)/$(BIN) -BUILD_IMAGE ?= golang:1.7-alpine +BUILD_IMAGE ?= golang:1.9-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.