This is an automated email from the ASF dual-hosted git repository.
joaoreis pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-gocql-driver.git
The following commit(s) were added to refs/heads/trunk by this push:
new 75a2ae42 Bump Go version support from 1.22 and 1.23 to 1.25 and 1.26
75a2ae42 is described below
commit 75a2ae42ba9c911d8b95682ff39b22640ce63d83
Author: João Reis <[email protected]>
AuthorDate: Tue Mar 17 19:17:11 2026 +0000
Bump Go version support from 1.22 and 1.23 to 1.25 and 1.26
Patch by João Reis; reviewed by Bohdan Siryk for CASSGO-110
---
.github/workflows/main.yml | 6 +++---
CHANGELOG.md | 4 ++++
README.md | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9bc7a39c..b11c0fb7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go: [ '1.22', '1.23' ]
+ go: [ '1.25', '1.26' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [ '1.22', '1.23' ]
+ go: [ '1.25', '1.26' ]
cassandra_version: [ '4.1.6', '5.0.3' ]
auth: [ "false" ]
compressor: [ "no-compression", "snappy", "lz4" ]
@@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [ '1.22', '1.23' ]
+ go: [ '1.25', '1.26' ]
cassandra_version: [ '4.0.13' ]
compressor: [ "no-compression", "snappy", "lz4" ]
tags: [ "integration" ]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04a16f50..b5586ef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,10 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- TokenAwareHostPolicy now populates replica maps for non-default keyspaces
(CASSGO-104)
- Add options to shuffle replicas for token-aware policy and log warning when
the default behavior is used (CASSGO-106)
+### Changed
+
+- Bump Go version support from 1.22 and 1.23 to 1.25 and 1.26 (CASSGO-110)
+
### Fixed
- Prevent panic with queries during session init (CASSGO-92)
diff --git a/README.md b/README.md
index 1b6a26dc..6ab5507b 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 | 4.1.x | 5.0.x |
|--------------|-------|-------|
-| 1.22 | yes | yes |
-| 1.23 | yes | yes |
+| 1.25 | yes | yes |
+| 1.26 | yes | yes |
Gocql has been tested in production against many versions of Cassandra. Due to
limits in our CI setup we only
test against the latest 2 GA releases.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]