From e9b14788cc1d603562bc8cb63a6443211f3f1422 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 16 Feb 2018 15:27:58 -0800 Subject: [PATCH] hack/scripts-dev: use Go 1.10 in Makefile Signed-off-by: Gyuho Lee --- hack/scripts-dev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/scripts-dev/Makefile b/hack/scripts-dev/Makefile index 8cc5877f8..138c6a0c4 100644 --- a/hack/scripts-dev/Makefile +++ b/hack/scripts-dev/Makefile @@ -27,7 +27,7 @@ clean: -GO_VERSION ?= 1.9.4 +GO_VERSION ?= 1.10 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound") TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)