문제

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

도움이 되었습니까?

해결책

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
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top