test: Update go to 1.8.4
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
61441c1272
commit
c3630f807e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue