We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effd652 commit acd1230Copy full SHA for acd1230
1 file changed
contrib/ansible/roles/skydive_dev/tasks/gimme.yml
@@ -9,14 +9,14 @@
9
- name: run gimme in bash profile
10
lineinfile:
11
path: /home/vagrant/.bash_profile
12
- line: 'eval "$(gimme 1.9.1)"'
+ line: 'eval "$(gimme 1.10.8)"'
13
14
- name: set GOPATH
15
16
17
line: 'export GOPATH=/home/vagrant/go'
18
19
- name: run gimme once
20
- command: /usr/local/bin/gimme 1.9.1
+ command: /usr/local/bin/gimme 1.10.8
21
become: yes
22
become_user: vagrant
0 commit comments