Merge pull request #560 from thockin/v4-bump-build-go_1_18

v4: Bump build image to go 1.18
This commit is contained in:
Kubernetes Prow Robot 2022-07-02 13:05:24 -07:00 committed by GitHub
commit dd7936b859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:bullseye-v1.3.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.