aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e4493b8..4b2c7d71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ go:
- 1.10.x
- 1.11.x
- 1.12.x
+ - 1.13.x
before_install:
- sudo apt-get update -qq
diff --git a/appveyor.yml b/appveyor.yml
index 700e58ff..4481a059 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,7 +5,7 @@ clone_depth: 1
environment:
GOPATH: c:\gopath
- GOVERSION: 1.11
+ GOVERSION: 1.13
build: false
deploy: false