Bump go to 1.16

This commit is contained in:
Tim Hockin 2021-04-23 09:00:59 -07:00
parent 79498367fc
commit a0379cbcd4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.6.0
IMAGE := $(REGISTRY)/$(BIN) IMAGE := $(REGISTRY)/$(BIN)
TAG := $(VERSION)__$(OS)_$(ARCH) 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 binaries, see the 'all-build' rule.
# If you want to build all containers, see the 'all-container' rule. # If you want to build all containers, see the 'all-container' rule.