Update the Go version in build.py
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 3 Apr 2012 13:40:33 +0000 (09:40 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 3 Apr 2012 13:40:33 +0000 (09:40 -0400)
build.py

index d0d2bbc4f6d9b6a9e30a84cd7d37191d54d88651..5235a83f4962ba15d21ddb69838dcc40076b666b 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -44,7 +44,7 @@ RESOURCES_FE = [
 PRODUCT_NAME = 'armadillo'
 
 # The Golang version (hg id).
-BACK_END_COMPILER_VERSION = 'c1702f36df03 (release-branch.r60) release/release.r60.3'
+BACK_END_COMPILER_VERSION = '920e9d1ffd1f (release-branch.go1) go1/release'
 
 def _CompileBackEnd():
   args = [ 'go', 'build', '-v', '.' ]