File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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" ]
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 :
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 }}
You can’t perform that action at this time.
0 commit comments