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.