浏览代码

hack/scripts-dev: use Go 1.10 in Makefile

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 年之前
父节点
当前提交
e9b14788cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hack/scripts-dev/Makefile

+ 1 - 1
hack/scripts-dev/Makefile

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