From 034d6887a3bd723a6ed19935e80bc642ff938adb Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Wed, 4 Sep 2024 22:08:37 -0500 Subject: [PATCH] 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 98fb6b791..d2044a0c0 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" ]