Browse Source

ci: add Go 1.13

Unknwon 4 years ago
parent
commit
ecf61be633
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 1 1
      appveyor.yml

+ 1 - 0
.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

+ 1 - 1
appveyor.yml

@@ -5,7 +5,7 @@ clone_depth: 1
 
 environment:
   GOPATH: c:\gopath
-  GOVERSION: 1.11
+  GOVERSION: 1.13
 
 build: false
 deploy: false