diff options
author | Jakob Unterwurzacher | 2017-11-01 19:02:34 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-11-01 19:02:34 +0100 |
commit | 4c11e8a4e5223ce70cbb608e07c6f43af7f1234f (patch) | |
tree | 037945949463bf764357953df4d013bac03db172 /.travis.yml | |
parent | 39839ade70035de32084a170faac2a93a771db38 (diff) |
travis: update Go versions
...to latest point releases acc. to https://golang.org/dl/
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b0d747c..6fa5223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ go: - 1.5.4 - 1.6.4 - 1.7.6 - - 1.8.3 - - 1.9 + - 1.8.5 + - 1.9.2 install: - go get . |