From 1da638c4dc450d8ac7a64ef5b13bb76183a00ee0 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Thu, 19 Jul 2018 10:01:27 -0700 Subject: [PATCH] Makefile: use Go 1.10.3 by default Signed-off-by: Gyuho Lee --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b95d4a027..a8eceefe0 100644 --- a/Makefile +++ b/Makefile @@ -50,8 +50,7 @@ docker-remove: -# GO_VERSION ?= 1.10.3 -GO_VERSION ?= 1.9.6 +GO_VERSION ?= 1.10.3 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound") TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)