Skip to content

Commit

Permalink
go11 (gocql#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zariel committed Sep 6, 2018
1 parent 08a3a27 commit 9bf6ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,8 +29,8 @@ env:
AUTH=false

go:
- "1.9"
- "1.10"
- "1.11"

install:
- ./install_test_deps.sh $TRAVIS_REPO_SLUG
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 9bf6ce5

Please sign in to comment.