Skip to content

Commit acd1230

Browse files
committed
ansible: bump golang to 1.10 for role skydive_dev
1 parent effd652 commit acd1230

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • contrib/ansible/roles/skydive_dev/tasks

contrib/ansible/roles/skydive_dev/tasks/gimme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
- name: run gimme in bash profile
1010
lineinfile:
1111
path: /home/vagrant/.bash_profile
12-
line: 'eval "$(gimme 1.9.1)"'
12+
line: 'eval "$(gimme 1.10.8)"'
1313

1414
- name: set GOPATH
1515
lineinfile:
1616
path: /home/vagrant/.bash_profile
1717
line: 'export GOPATH=/home/vagrant/go'
1818

1919
- name: run gimme once
20-
command: /usr/local/bin/gimme 1.9.1
20+
command: /usr/local/bin/gimme 1.10.8
2121
become: yes
2222
become_user: vagrant

0 commit comments

Comments
 (0)