From f5cc32a320b009aef3655f22ae1e9579ddc7b08a Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 31 Aug 2020 11:06:18 +0200 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 217651c..b434b60 100644 --- a/Makefile +++ b/Makefile @@ -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