Bump go to 1.12
This commit is contained in:
parent
831eae8f9f
commit
59af7bf5a8
2
Makefile
2
Makefile
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue