浏览代码

go11 (#1176)

Chris Bannister 7 年之前
父节点
当前提交
9bf6ce5bbc
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .travis.yml
  2. 2 2
      README.md

+ 1 - 1
.travis.yml

@@ -29,8 +29,8 @@ env:
       AUTH=false
 
 go:
-  - "1.9"
   - "1.10"
+  - "1.11"
 
 install:
   - ./install_test_deps.sh $TRAVIS_REPO_SLUG

+ 2 - 2
README.md

@@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with
 
 Go/Cassandra | 2.1.x | 2.2.x | 3.0.x
 -------------| -------| ------| ---------
-1.8  | yes | yes | yes
-1.9  | yes | yes | yes
+1.10 | yes | yes | yes
+1.11 | yes | yes | yes
 
 Gocql has been tested in production against many different versions of Cassandra. Due to limits in our CI setup we only test against the latest 3 major releases, which coincide with the official support from the Apache project.