From 1a4f48a09844d4c65fecf88b439d027221de041f Mon Sep 17 00:00:00 2001 From: Mengxin Liu Date: Sat, 14 Nov 2020 11:41:21 +0800 Subject: [PATCH] chore: update go version to 1.15 (cherry picked from commit f6951cf5d98db035df3471364bc396682c87f703) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 096c16703f3..e1f7073a363 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GOFILES_NOVENDOR=$(shell find . -type f -name '*.go' -not -path "./vendor/*") -GO_VERSION=1.14 +GO_VERSION=1.15 REGISTRY=kubeovn DEV_TAG=dev