Updated to use Go 1.1.2

This commit is contained in:
Darren Coxall
2013-08-26 09:29:31 +01:00
parent e423569f8b
commit 558777ce36
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
class golang ( $version = "1.1" ) {
class golang ( $version = "1.1.2" ) {
exec { "download-golang":
command => "/usr/bin/wget -O /usr/local/src/go$version.linux-amd64.tar.gz https://go.googlecode.com/files/go$version.linux-amd64.tar.gz",