Skip to content

Instantly share code, notes, and snippets.

@kevinquinnyo
Created February 4, 2016 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinquinnyo/02623411cc28b134ffff to your computer and use it in GitHub Desktop.
Save kevinquinnyo/02623411cc28b134ffff to your computer and use it in GitHub Desktop.
if int(go_version.split('.')[1]) > 4:
states['install-go-bootstrap'] = {
'cmd.run': {
{'name': 'source /root/.gvm/scripts/gvm && gvm install go1.4'},
{'shell': '/bin/bash'},
{'require': [
{'cmd': 'install-gvm'}
]}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment