Run tests against go 1.11 and drop 1.9 (#479)
Michael michael-k@users.noreply.github.com
Wed, 29 Aug 2018 18:05:58 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -1,8 +1,8 @@
sudo: false language: go go: - - "1.9.x" - "1.10.x" + - "1.11.x" - tip matrix: fast_finish: true