Skip to content

Commit

Permalink
support go 1.13 and 1.14 (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zariel authored Jun 24, 2020
1 parent e4aa66a commit b787660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ env:
AUTH=false

go:
- 1.12.x
- 1.13.x
- 1.14.x

install:
- ./install_test_deps.sh $TRAVIS_REPO_SLUG
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.x.x
-------------| -------| ------| ---------
1.12 | yes | yes | yes
1.13 | yes | yes | yes
1.14 | 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 b787660

Please sign in to comment.