test: Update go to 1.8.4

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-10-05 11:30:15 -07:00
parent 61441c1272
commit c3630f807e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: fetch Golang
unarchive:
remote_src: yes
src: https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
src: https://storage.googleapis.com/golang/go1.8.4.linux-amd64.tar.gz
dest: /usr/local
- name: link go toolchain