Skip to content

Commit

Permalink
Merge pull request moby#4 from wayne-o/master
Browse files Browse the repository at this point in the history
Update init.pp
  • Loading branch information
dcoxall committed Dec 21, 2014
2 parents 5f602a8 + ed8a5ed commit 1448a2d
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 1448a2d

Please sign in to comment.