Merge pull request #1193 from mrunalp/go_1.8.5

Bump up go version to 1.8.5
This commit is contained in:
Antonio Murdaca 2017-11-30 22:19:34 +01:00 committed by GitHub
commit 0ab5e80c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- name: install Golang tools
include: golang.yml
vars:
version: "1.8.4"
version: "1.8.5"
- name: clone build and install bats
include: "build/bats.yml"