소스 검색

hack/scripts-dev: update Makefile go version

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 년 전
부모
커밋
3f1a551f6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hack/scripts-dev/Makefile

+ 1 - 1
hack/scripts-dev/Makefile

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