From 96534c131ccb1229984ed31d8e8392cc6a513b46 Mon Sep 17 00:00:00 2001 From: Darren Coxall Date: Sat, 7 Jun 2014 15:03:43 +0100 Subject: [PATCH] Documented change to go version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2edac3..cd5de67 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ hello ``` ## Choosing golang version -This repo is hardcoded to use 1.2 although this can easily be changed after cloning. If you want to use another version simply +This repo is hardcoded to use 1.2.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 +[golang downloads list](https://code.google.com/p/go/wiki/Downloads). 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. ### Contributing