Bump go to 1.17
This commit is contained in:
parent
f24435fa47
commit
944bf01f81
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.8.0
|
|||
IMAGE := $(REGISTRY)/$(BIN)
|
||||
TAG := $(VERSION)__$(OS)_$(ARCH)
|
||||
|
||||
BUILD_IMAGE ?= golang:1.16-alpine
|
||||
BUILD_IMAGE ?= golang:1.17-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