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