Update the Go version to 1.15 in the Makefile

This is only used when building locally the docker image.

Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
This commit is contained in:
Cosmin Cojocar 2020-08-31 11:06:18 +02:00
parent ea0fa28b7f
commit f5cc32a320

View file

@ -11,7 +11,7 @@ GOBIN ?= $(GOPATH)/bin
GOLINT ?= $(GOBIN)/golint
GOSEC ?= $(GOBIN)/gosec
GINKGO ?= $(GOBIN)/ginkgo
GO_VERSION = 1.14
GO_VERSION = 1.15
default:
$(MAKE) build