summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2019-11-18 20:41:04 -0500
committerThomas Buckley-Houston <tom@tombh.co.uk>2019-11-19 08:41:04 +0700
commitfbcda4506752c3158722d143343de70c58593fa3 (patch)
treef4ccb4a7ab67a44f5c6811b3d3fbbb026e8f9534
parentd9311bd3aa9b3f26fb4282920268d8acb7726712 (diff)
Bring Go current in Travis (#292)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aac01f5..6dc361f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
if: tag IS blank
language: go
go:
- - 1.10.x
+ - 1.13.x
addons:
# Use the full version number with ".0" if needed. This value is scraped by setup scripts.