snowplow / ansible-playbooks

Ansible playbooks to install common platforms and tools (e.g. JVM, Ruby, Postgres etc.)
176 stars 127 forks source link

Dynamic golang roles #116

Closed BenFradet closed 7 years ago

BenFradet commented 7 years ago

@jbeemster Should I update the roles used in the different golang repos?

jbeemster commented 7 years ago

Hey @BenFradet I would:

  1. Leave the current golang.yml playbook named as it is so the other repos do not break.
  2. Update it so it is pointing to 1.7.4 as this was the last default
  3. Add a playbook called golang-1.8.0.yml pointing to your new version
BenFradet commented 7 years ago

@jbeemster done :+1:

jbeemster commented 7 years ago

Perfect! LGTM!