Merge pull request #204 from thockin/go-1.13

Bump Go to 1.13
This commit is contained in:
Kubernetes Prow Robot 2019-11-21 10:03:28 -08:00 committed by GitHub
commit e394e55b0e
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/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.