Skip to content

Commit e557c08

Browse files
committed
Bump Go version to 1.20
1 parent b25227e commit e557c08

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-18.04
1414
strategy:
1515
matrix:
16-
go: [ '1.18', '1.19' ]
16+
go: [ '1.19', '1.20' ]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-go@v2
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
go: [ '1.18', '1.19' ]
41+
go: [ '1.19', '1.20' ]
4242
cassandra_version: [ '3.0.27', '3.11.13' ]
4343
auth: [ "false" ]
4444
compressor: [ "snappy" ]
@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
fail-fast: false
113113
matrix:
114-
go: [ 1.18, 1.19 ]
114+
go: [ '1.19', '1.20' ]
115115
cassandra_version: [ 3.11.13 ]
116116
compressor: [ "snappy" ]
117117
tags: [ "integration" ]

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Changed
1212

13+
- Supported versions of Go that we test against are now Go 1.19 and Go 1.20.
14+
1315
### Fixed
1416

1517
## [1.3.1] - 2022-12-13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with
1919

2020
Go/Cassandra | 3.0.x | 3.11.x | 4.0.x
2121
-------------| ------| -------| --------
22-
1.18 | yes | yes | WIP
2322
1.19 | yes | yes | WIP
23+
1.20 | yes | yes | WIP
2424

2525
Gocql has been tested in production against many different versions of Cassandra. Due to limits in our CI setup we only
2626
test against the latest 3 major releases, which coincides with the official support from the Apache project. We are

0 commit comments

Comments
 (0)