Updated to use Go 1.1.2

This commit is contained in:
Darren Coxall
2013-08-26 09:29:31 +01:00
parent e423569f8b
commit 558777ce36
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ hello
```
## Choosing golang version
This repo is hardcoded to use 1.1 although this can easily be changed after cloning. If you want to use another version simply
This repo is hardcoded to use 1.1.2 although this can easily be changed after cloning. If you want to use another version simply
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
haven't already setup the vagrant box or `vagrant provision` if the machine is already up.