Skip to content

Commit cb62040

Browse files
author
Ondrej Polakovic
committed
Update supported go version in build matrix
1 parent 3a31ccb commit cb62040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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

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)