Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
From 62e91b0d8986ad2b6518877326ed49cac83c4a3f Mon Sep 17 00:00:00 2001
From: Robert Sesek
Date: Tue, 3 Apr 2012 09:40:33 -0400
Subject: [PATCH] Update the Go version in build.py
---
build.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.py b/build.py
index d0d2bbc..5235a83 100755
--- 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', '.' ]
--
1.7.11.3