Skip to content

Commit 034d688

Browse files
committed
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: #1825
1 parent 5ed5e6d commit 034d688

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
go: [ '1.19', '1.20' ]
19+
go: [ '1.22', '1.23' ]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-go@v4
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
go: [ '1.19', '1.20' ]
38-
cassandra_version: [ '4.0.8', '4.1.1' ]
37+
go: [ '1.22', '1.23' ]
38+
cassandra_version: [ '4.0.13', '4.1.6' ]
3939
auth: [ "false" ]
4040
compressor: [ "snappy" ]
4141
tags: [ "cassandra", "integration", "ccm" ]
@@ -125,8 +125,8 @@ jobs:
125125
strategy:
126126
fail-fast: false
127127
matrix:
128-
go: [ '1.19', '1.20' ]
129-
cassandra_version: [ '4.0.8' ]
128+
go: [ '1.22', '1.23' ]
129+
cassandra_version: [ '4.0.13' ]
130130
compressor: [ "snappy" ]
131131
tags: [ "integration" ]
132132

0 commit comments

Comments
 (0)