Version bump
This commit is contained in:
@@ -36,7 +36,7 @@ Clone or copy the repo and do the following:
|
||||
|
||||
## Choosing golang version
|
||||
|
||||
This repo is hardcoded to use 1.4 although this can easily be changed after
|
||||
This repo is hardcoded to use 1.4.1 although this can easily be changed after
|
||||
cloning. If you want to use another version simply set the `$version` parameter
|
||||
when calling the class. The version string is taken from the
|
||||
[golang downloads list](http://golang.org/dl/). Once changed you can either call
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class golang ( $version = "1.4" ) {
|
||||
class golang ( $version = "1.4.1" ) {
|
||||
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user