On Friday, 4 January 2013 13:48:52 UTC+11, Constantine Vasil wrote:
So I moved to Amazon AWS. What is recommended environment suitable for
So I moved to Amazon AWS. What is recommended environment suitable for
I do not know anything about "recommended environment". But, others
complained with the similar problem in a similar environment. As to AWS, as
far as I know Go windows builders from http://build.golang.org/ run on AWS
(http://code.google.com/p/go-wiki/wiki/DashboardBuilders). These run batch
of tests for every version committed. We do not see any errors like yours
there.
What is "tip" version of Go?
You must install from source files. And use "latest" version fromMercurial. See http://golang.org/doc/install/source for instructions (you
will need to make adjustments for windows), also, when fetching source use
"hg clone https://code.google.com/p/go" command instead of "hg clone -u
release https://code.google.com/p/go". This should give you the "tip".
Alex
--