mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Makefile: use Go 1.10.3 by default
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
82ce873987
commit
1da638c4dc
3
Makefile
3
Makefile
@ -50,8 +50,7 @@ docker-remove:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# GO_VERSION ?= 1.10.3
|
GO_VERSION ?= 1.10.3
|
||||||
GO_VERSION ?= 1.9.6
|
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user