Add version checks for golang 1.5.1

This commit is contained in:
Harshavardhana
2015-09-17 16:32:09 -07:00
parent 87a20e3ba3
commit b5246dbd7d
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ _init() {
CLANG_VERSION="3.5"
YASM_VERSION="1.2.0"
GIT_VERSION="1.0"
GO_VERSION="1.5"
GO_VERSION="1.5.1"
OSX_VERSION="10.8"
UNAME=$(uname -sm)