Skip to content

Commit 7667070

Browse files
committed
ci bumped 1.23
1 parent 4797f5a commit 7667070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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-latest
1414
strategy:
1515
matrix:
16-
go: [ '1.20', '1.21' ]
16+
go: [ '1.20', '1.23' ]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v4
@@ -29,7 +29,7 @@ jobs:
2929
name: integration-testscontainers
3030
strategy:
3131
matrix:
32-
go: [ '1.20', '1.21' ]
32+
go: [ '1.20', '1.23' ]
3333
cassandra_version: [ '4.0.8', '4.1.1' ]
3434
auth: [ "false" ]
3535
compressor: [ "snappy" ]
@@ -53,7 +53,7 @@ jobs:
5353
name: integration-auth-testscontainers
5454
strategy:
5555
matrix:
56-
go: [ '1.20', '1.21' ]
56+
go: [ '1.20', '1.23' ]
5757
cassandra_version: [ '4.0.8', '4.1.1' ]
5858
compressor: [ "snappy" ]
5959
steps:

0 commit comments

Comments
 (0)