Merge pull request #976 from mrunalp/bump_go_1.8.4

test: Update go to 1.8.4
This commit is contained in:
Mrunal Patel 2017-10-05 18:06:48 -07:00 committed by GitHub
commit 309a744075

View file

@ -3,7 +3,7 @@
- name: fetch Golang - name: fetch Golang
unarchive: unarchive:
remote_src: yes 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 dest: /usr/local
- name: link go toolchain - name: link go toolchain