Hacker News new | ask | show | jobs
by pfalls 4821 days ago
Go 1.1 is very high on our list, we'd love to get that into the tests as soon as we can. Of course, anyone in the Go community is welcome to issue a pull request that updated the version to 1.1.

Edit: Just saw this pull request come in, so expect some Go 1.1 love in the next round. https://github.com/TechEmpower/FrameworkBenchmarks/pull/64

2 comments

Don't think you'd need to change any code, just pull mercurial tip and recompile go and the app.
Is 1.1 production ready? I'd feel weird about incorporating something still in a "beta" phase though.
People have been working off of tip for months.
I'm running several websites on the Go tip, its solid.

  cd go/src
  hg pull
  hg update tip
  ./all.bash
That's not how their installer works. I submitted a PR to pull the 1.1 beta tarball.
Pull request submitted, (I'm the bear with cool sunglasses).