Skip to content

Commit 434d7c3

Browse files
committed
ci bump to 1.23
1 parent 4797f5a commit 434d7c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 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:
@@ -67,4 +67,4 @@ jobs:
6767
echo "args=$args" >> $GITHUB_ENV
6868
- name: run
6969
run: |
70-
go test -v -run=TestAuthentication -tags integration gocql_debug -timeout=15s -runauth ${{ env.args }}
70+
go test -v -run=TestAuthentication -tags ""integration" gocql_debug" -timeout=15s -runauth ${{ env.args }}

0 commit comments

Comments
 (0)