Skip to content

Commit

Permalink
Run tests with Go 1.18
Browse files Browse the repository at this point in the history
Go 1.18 was released, let's test with 1.17 and 1.18 as those
are the only supported versions of Go now.
  • Loading branch information
martin-sucha committed Mar 18, 2022
1 parent 0eacd31 commit a61f47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
go: [ '1.16', '1.17' ]
go: [ '1.17', '1.18' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.16', '1.17' ]
go: [ '1.17', '1.18' ]
cassandra_version: [ '3.0.24', '3.11.10' ]
auth: [ "false" ]
compressor: [ "snappy" ]
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ 1.16, 1.17 ]
go: [ 1.17, 1.18 ]
cassandra_version: [ 3.11.10 ]
compressor: [ "snappy" ]
tags: [ "integration" ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The following matrix shows the versions of Go and Cassandra that are tested with

Go/Cassandra | 2.1.x | 2.2.x | 3.x.x
-------------| -------| ------| ---------
1.16 | yes | yes | yes
1.17 | yes | yes | yes
1.18 | yes | yes | yes

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

Expand Down

0 comments on commit a61f47f

Please sign in to comment.