Makefile: bump to Go 1.15

This commit is contained in:
Sergiusz Urbaniak 2020-12-14 12:44:18 +01:00
parent 147b5c8858
commit 96cdc4d143
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ OUT_DIR?=$(PWD)/_output
OPENAPI_PATH=./vendor/k8s.io/kube-openapi
VERSION?=latest
GOIMAGE=golang:1.13
GOIMAGE=golang:1.15
GO111MODULE=on
export GO111MODULE