*: test with Go 1.12.7

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2019-07-23 12:40:47 -07:00
parent a9047850de
commit dfd62f04e9
2 changed files with 7 additions and 7 deletions

View File

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