Makefile: update default Go version

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2018-10-07 17:39:19 -07:00
parent 6976819792
commit 2a8dc72899

View File

@ -51,7 +51,7 @@ docker-remove:
GO_VERSION ?= 1.11
GO_VERSION ?= 1.11.1
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)