Updated to go1.1

This commit is contained in:
Darren Coxall
2013-05-14 08:39:15 +01:00
parent 201f58e3e6
commit 19b2572218
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
class { "golang":
version => "1.1rc3"
version => "1.1"
}

View File

@@ -1,4 +1,4 @@
class golang ( $version = "1.0.3" ) {
class golang ( $version = "1.1" ) {
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",