Bump go to 1.12

This commit is contained in:
Tim Hockin 2019-03-22 09:22:11 -07:00
parent 831eae8f9f
commit 59af7bf5a8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ BASEIMAGE ?= k8s.gcr.io/debian-base:0.4.1
IMAGE := $(REGISTRY)/$(BIN)
TAG := $(VERSION)__$(OS)_$(ARCH)
BUILD_IMAGE ?= golang:1.11-alpine
BUILD_IMAGE ?= golang:1.12-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.