diff options
author | Jakob Unterwurzacher | 2017-04-30 13:16:25 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-04-30 13:16:25 +0200 |
commit | 01aeace9511ef958b9accfd935fb056ea6d06707 (patch) | |
tree | 0bb0cfb4b8ac7e95e4658db2c51f2ed327240a18 | |
parent | 692b20f1b2ec619ee9471ee070bc6b43c17284ee (diff) |
travis: upgrade Go 1.8 to 1.8.1
Go 1.8.1. has been released recently. Use it for the Go 1.8 branch.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 11b0373..6fcf3cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ go: - 1.5.4 - 1.6.4 - 1.7.5 - - 1.8 + - 1.8.1 install: - go get . |