Makefile: upgrade default Go version

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-05-28 14:58:22 -07:00
parent 75e440b105
commit 05378f0d5d

View File

@ -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)