File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-18.04
14
14
strategy :
15
15
matrix :
16
- go : [ '1.18 ', '1.19 ' ]
16
+ go : [ '1.19 ', '1.20 ' ]
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- uses : actions/setup-go@v2
38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
41
- go : [ '1.18 ', '1.19 ' ]
41
+ go : [ '1.19 ', '1.20 ' ]
42
42
cassandra_version : [ '3.0.27', '3.11.13' ]
43
43
auth : [ "false" ]
44
44
compressor : [ "snappy" ]
@@ -111,7 +111,7 @@ jobs:
111
111
strategy :
112
112
fail-fast : false
113
113
matrix :
114
- go : [ 1.18, 1.19 ]
114
+ go : [ '1.19', '1.20' ]
115
115
cassandra_version : [ 3.11.13 ]
116
116
compressor : [ "snappy" ]
117
117
tags : [ "integration" ]
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
### Changed
12
12
13
+ - Supported versions of Go that we test against are now Go 1.19 and Go 1.20.
14
+
13
15
### Fixed
14
16
15
17
## [ 1.3.1] - 2022-12-13
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with
19
19
20
20
Go/Cassandra | 3.0.x | 3.11.x | 4.0.x
21
21
-------------| ------| -------| --------
22
- 1.18 | yes | yes | WIP
23
22
1.19 | yes | yes | WIP
23
+ 1.20 | yes | yes | WIP
24
24
25
25
Gocql has been tested in production against many different versions of Cassandra. Due to limits in our CI setup we only
26
26
test against the latest 3 major releases, which coincides with the official support from the Apache project. We are
You can’t perform that action at this time.
0 commit comments