hack/scripts-dev: use Go 1.9.3 by default

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-01-23 13:17:32 -08:00
parent 7df3dfbcdd
commit efb7958687
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ clean:
_GO_VERSION = 1.9.2
_GO_VERSION = 1.9.3
ifdef GO_VERSION
_GO_VERSION = $(GO_VERSION)
endif