Makefile: upgrade default Go version

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
release-3.4
Gyuho Lee 2019-05-28 14:58:22 -07:00
parent 75e440b105
commit 05378f0d5d
1 changed files with 1 additions and 1 deletions

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)