3

How can you upgrade Go version to 1.2.1 on Nitrous.io? Default version on a Go box is 1.1.1.

Travis Reeder
  • 38,611
  • 12
  • 87
  • 87

1 Answers1

4

Update it via the package manager, Autoparts: http://help.nitrous.io/autoparts/

I believe Go 1.2.1 is available in the repository: https://github.com/nitrous-io/autoparts/blob/master/lib/autoparts/packages/go.rb#L8

The command is:

parts install go
Travis Reeder
  • 38,611
  • 12
  • 87
  • 87
Evan
  • 6,369
  • 1
  • 29
  • 30