From 91ab6f2eee27b9fe587956a34ca3cce435165e9b Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 25 Jun 2022 11:14:09 -0700 Subject: [PATCH] Bump build image to go 1.18 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19aeae3..66677db 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.10.0 IMAGE := $(REGISTRY)/$(BIN) TAG := $(VERSION)__$(OS)_$(ARCH) -BUILD_IMAGE ?= golang:1.17-alpine +BUILD_IMAGE ?= golang:1.18-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.