*: use Go 1.10.3 for CI tests

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-06-08 10:50:12 -07:00
parent c6e18c712c
commit 082c3ef0bc
3 changed files with 4 additions and 4 deletions

View File

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