Skip to content

Commit 360b71e

Browse files
committed
Merge Update supported go version in build matrix (#1600)
2 parents dbb3730 + cb62040 commit 360b71e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ env:
3636
COMPRESSOR=snappy
3737

3838
go:
39-
- 1.15.x
4039
- 1.16.x
40+
- 1.17.x
4141

4242
go_import_path: github.com/gocql/gocql
4343

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,4 @@ Bogdan-Ciprian Rusu <[email protected]>
126126
127127
Krishna Vadali <[email protected]>
128128
Jens-W. Schicke-Uffmann <[email protected]>
129+
Ondrej Polakovič <[email protected]>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with
1919

2020
Go/Cassandra | 2.1.x | 2.2.x | 3.x.x
2121
-------------| -------| ------| ---------
22-
1.15 | yes | yes | yes
2322
1.16 | yes | yes | yes
23+
1.17 | yes | yes | yes
2424

2525
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.
2626

0 commit comments

Comments
 (0)