Browse Source

hack/scripts-dev: use Go 1.9.3 by default

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 years ago
parent
commit
efb7958687
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/scripts-dev/Makefile

+ 1 - 1
hack/scripts-dev/Makefile

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