Skip to content

Commit 0ba68d4

Browse files
authored
Merge pull request #1913 from lebauce/ansible-skydive-dev-go-1.10
ansible: bump golang to 1.10 for role skydive_dev
2 parents b4ce401 + acd1230 commit 0ba68d4

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)