feat(database): Add support for Trino as a new database driver #1139
ci.yaml
on: pull_request
Matrix: test
lint
2m 46s
Check coverage
0s
Release a new version
0s
Annotations
18 errors
|
lint
golangci-lint exit with code 3
|
|
test (1.24.x)
Process completed with exit code 2.
|
|
test (1.24.x)
cannot use c.num (variable of type int32) as *int32 value in assignment
|
|
test (1.24.x)
cannot use c.num (variable of type int32) as *int32 value in struct literal
|
|
test (1.24.x)
cannot use completeOut.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
|
|
test (1.24.x)
invalid operation: a[i].PartNumber < a[j].PartNumber (operator < not defined on pointer)
|
|
test (1.24.x)
cannot use out.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
|
|
test (1.24.x)
cannot use resp.ContentLength (variable of type *int64) as int64 value in assignment
|
|
test (1.24.x)
invalid operation: resp.ContentLength > 0 (mismatched types *int64 and untyped int)
|
|
test (1.25.x)
The operation was canceled.
|
|
test (1.25.x)
cannot use c.num (variable of type int32) as *int32 value in assignment
|
|
test (1.25.x)
cannot use c.num (variable of type int32) as *int32 value in struct literal
|
|
test (1.25.x)
cannot use completeOut.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
|
|
test (1.25.x)
invalid operation: a[i].PartNumber < a[j].PartNumber (operator < not defined on pointer)
|
|
test (1.25.x)
cannot use out.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
|
|
test (1.25.x)
cannot use resp.ContentLength (variable of type *int64) as int64 value in assignment
|
|
test (1.25.x)
invalid operation: resp.ContentLength > 0 (mismatched types *int64 and untyped int)
|
|
test (1.25.x)
The strategy configuration was canceled because "test._1_24_x" failed
|