From 3f1a551f6b1d6e47367c2bfffa2fd579615954dc Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 29 Mar 2018 09:00:58 -0700 Subject: [PATCH] hack/scripts-dev: update Makefile go version 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 0e1207051..7fb510b89 100644 --- a/hack/scripts-dev/Makefile +++ b/hack/scripts-dev/Makefile @@ -41,7 +41,7 @@ delete-docker-images: -GO_VERSION ?= 1.10 +GO_VERSION ?= 1.10.1 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound") TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)