This is an automated email from the ASF dual-hosted git repository.

absurdfarce 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 034d688  Bump Go/C* versions.  gocql policy was to support the current 
and previous Go versions for a given release; we're continuing this practice 
for the 1.7.0 release.
034d688 is described below

commit 034d6887a3bd723a6ed19935e80bc642ff938adb
Author: absurdfarce <[email protected]>
AuthorDate: Wed Sep 4 22:08:37 2024 -0500

    Bump Go/C* versions.  gocql policy was to support the current and previous
    Go versions for a given release; we're continuing this practice for the
    1.7.0 release.
    
    patch by Bret McGuire; reviewed by Joao Reis, Martin Sucha
    reference: https://github.com/apache/cassandra-gocql-driver/pull/1825
---
 .github/workflows/main.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 98fb6b7..d2044a0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        go: [ '1.19', '1.20' ]
+        go: [ '1.22', '1.23' ]
     steps:
       - uses: actions/checkout@v3
       - uses: actions/setup-go@v4
@@ -34,8 +34,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        go: [ '1.19', '1.20' ]
-        cassandra_version: [ '4.0.8', '4.1.1' ]
+        go: [ '1.22', '1.23' ]
+        cassandra_version: [ '4.0.13', '4.1.6' ]
         auth: [ "false" ]
         compressor: [ "snappy" ]
         tags: [ "cassandra", "integration", "ccm" ]
@@ -125,8 +125,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        go: [ '1.19', '1.20' ]
-        cassandra_version: [ '4.0.8' ]
+        go: [ '1.22', '1.23' ]
+        cassandra_version: [ '4.0.13' ]
         compressor: [ "snappy" ]
         tags: [ "integration" ]
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to