From 3a31ccb8f0a8cf175d54a69a4459756a281c3d07 Mon Sep 17 00:00:00 2001 From: Ondrej Polakovic Date: Wed, 16 Feb 2022 11:18:50 +0100 Subject: [PATCH 1/2] Add myself to AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index fac80f028..ff78d461e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -126,3 +126,4 @@ Bogdan-Ciprian Rusu Yuto Doi Krishna Vadali Jens-W. Schicke-Uffmann +Ondrej Polakovič From cb620404379a94e80a755cb6acaec0f7e89ace1f Mon Sep 17 00:00:00 2001 From: Ondrej Polakovic Date: Wed, 16 Feb 2022 11:28:52 +0100 Subject: [PATCH 2/2] Update supported go version in build matrix --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f04f2cddf..269c7cf23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ env: COMPRESSOR=snappy go: - - 1.15.x - 1.16.x + - 1.17.x go_import_path: github.com/gocql/gocql diff --git a/README.md b/README.md index 2600d55d7..3f243455d 100644 --- a/README.md +++ b/README.md @@ -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.