From 05378f0d5d386378d75fa1c6a118e8f6f544da0b Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 28 May 2019 14:58:22 -0700 Subject: [PATCH] Makefile: upgrade default Go version Signed-off-by: Gyuho Lee --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21ba48600..4f5fb4e09 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ docker-remove: -GO_VERSION ?= 1.11.4 +GO_VERSION ?= 1.12.5 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound") TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)