Skip to content

Commit

Permalink
Bump Go/C* versions. gocql policy was to support the current and prev…
Browse files Browse the repository at this point in the history
…ious

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: #1825
  • Loading branch information
absurdfarce committed Sep 20, 2024
1 parent 5ed5e6d commit 034d688
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" ]
Expand Down Expand Up @@ -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" ]

Expand Down

0 comments on commit 034d688

Please sign in to comment.