Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
Fix go version to 1.4
  • Loading branch information
wayne-o committed Dec 20, 2014
1 parent 5f602a8 commit ed8a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/golang/manifests/init.pp
@@ -1,4 +1,4 @@
class golang ( $version = "1.3.3" ) {
class golang ( $version = "1.4" ) {

exec { "download-golang":
command => "/usr/bin/wget --no-check-certificate -O /usr/local/src/go$version.linux-amd64.tar.gz http://golang.org/dl/go$version.linux-amd64.tar.gz",
Expand Down

0 comments on commit ed8a5ed

Please sign in to comment.