Updated to demonstrate use using go1.1rc2
This commit is contained in:
@@ -29,7 +29,7 @@ hello
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Choosing golang version
|
## Choosing golang version
|
||||||
This repo is hardcoded to use the most recent version at the time of writing (1.1rc1). If you want to use another version simply
|
This repo is hardcoded to use the most recent version at the time of writing (1.1rc2). If you want to use another version simply
|
||||||
change the `$version` parameter in `manifests/init.pp`. The version string is taken from the
|
change the `$version` parameter in `manifests/init.pp`. The version string is taken from the
|
||||||
[golang downloads list](https://code.google.com/p/go/downloads/list). Once changed you can either call `vagrant up` if you
|
[golang downloads list](https://code.google.com/p/go/downloads/list). Once changed you can either call `vagrant up` if you
|
||||||
haven't already setup the vagrant box or `vagrant provision` if the machine is already up.
|
haven't already setup the vagrant box or `vagrant provision` if the machine is already up.
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
class { "golang":
|
class { "golang":
|
||||||
version => "1.1rc1"
|
version => "1.1rc2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user