hack/scripts-dev: use Go 1.10 in Makefile

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-02-16 15:27:58 -08:00
parent 2dd08a08ae
commit e9b14788cc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ clean:
GO_VERSION ?= 1.9.4
GO_VERSION ?= 1.10
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)