Skip to content

Commit

Permalink
Merge Update supported go version in build matrix (apache#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sucha committed Feb 16, 2022
2 parents dbb3730 + cb62040 commit 360b71e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ env:
COMPRESSOR=snappy

go:
- 1.15.x
- 1.16.x
- 1.17.x

go_import_path: github.com/gocql/gocql

Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ Bogdan-Ciprian Rusu <bogdanciprian.rusu@crowdstrike.com>
Yuto Doi <yutodoi.seattle@gmail.com>
Krishna Vadali <tejavadali@gmail.com>
Jens-W. Schicke-Uffmann <drahflow@gmx.de>
Ondrej Polakovič <ondrej.polakovic@kiwi.com>
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.15 | yes | yes | yes
1.16 | yes | yes | yes
1.17 | 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 360b71e

Please sign in to comment.