Skip to content

Commit

Permalink
Update to new module-ci that installs Go 1.7.3
Browse files Browse the repository at this point in the history
Go 1.6.x doesn’t work with the latest version of OS X
(https://golang.org/doc/go1.7#ports), so this update will hopefully fix
#41.
  • Loading branch information
brikis98 committed Dec 20, 2016
1 parent 72d8699 commit fba5d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.13
- gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.0.25"
- gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.2.0"
- configure-environment-for-gruntwork-module --packer-version NONE --terragrunt-version NONE --go-src-path .

cache_directories:
Expand Down

0 comments on commit fba5d88

Please sign in to comment.