Skip to content

Commit 673bad3

Browse files
committed
fix go install
1 parent 860e803 commit 673bad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
GOPATH: '{{ golang_gopath }}'
6767

6868
- name: singularity | install Go dependencies
69-
command: go install -v github.com/golang/dep/cmd/dep
69+
command: go install -v github.com/golang/dep/cmd/dep@latest
7070
environment:
7171
PATH: '{{ golang_install_dir }}/bin:{{ ansible_env.PATH }}'
7272
GOROOT: '{{ golang_install_dir }}'

0 commit comments

Comments
 (0)