Skip to content

Commit

Permalink
Update to Go 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Coxall committed Aug 16, 2016
1 parent 56a553d commit 6eb61fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Clone or copy the repo and do the following:

## Choosing golang version

This repo is hardcoded to use 1.6 although this can easily be changed after
This repo is hardcoded to use 1.7 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
Expand Down
2 changes: 1 addition & 1 deletion environments/development/modules/golang/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class golang ( $version = "1.6" ) {
class golang ( $version = "1.7" ) {

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 6eb61fc

Please sign in to comment.