We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860e803 commit 673bad3Copy full SHA for 673bad3
tasks/main.yml
@@ -66,7 +66,7 @@
66
GOPATH: '{{ golang_gopath }}'
67
68
- name: singularity | install Go dependencies
69
- command: go install -v github.com/golang/dep/cmd/dep
+ command: go install -v github.com/golang/dep/cmd/dep@latest
70
environment:
71
PATH: '{{ golang_install_dir }}/bin:{{ ansible_env.PATH }}'
72
GOROOT: '{{ golang_install_dir }}'
0 commit comments