Bump github.com/testcontainers/testcontainers-go/modules/redis from 0.27.0 to 0.30.0 #658
Annotations
10 errors and 1 warning
Lint:
tests/datatype_test.go#L1100
cannot use new(DataTypeTestSuite) (value of type *DataTypeTestSuite) as suite.TestingSuite value in argument to suite.Run: *DataTypeTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
Lint:
tests/datatype_test.go#L1105
dtt.Run undefined (type *DataTypeTestSuite has no field or method Run) (typecheck)
|
Lint:
tests/datatype_test.go#L1107
dtt.T undefined (type *DataTypeTestSuite has no field or method T) (typecheck)
|
Lint:
tests/datatype_test.go#L1159
dtt.RunTest undefined (type *DataTypeTestSuite has no field or method RunTest) (typecheck)
|
Lint:
tests/datatype_test.go#L1212
dtt.T undefined (type *DataTypeTestSuite has no field or method T) (typecheck)
|
Lint:
tests/datatype_test.go#L1217
dtt.T undefined (type *DataTypeTestSuite has no field or method T) (typecheck)
|
Lint:
tests/publication_test.go#L64
cannot use new(PublicationTestSuite) (value of type *PublicationTestSuite) as suite.TestingSuite value in argument to suite.Run: *PublicationTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
Lint:
tests/publication_test.go#L72
pts.RunTest undefined (type *PublicationTestSuite has no field or method RunTest) (typecheck)
|
Lint:
tests/publication_test.go#L80
pts.T undefined (type *PublicationTestSuite has no field or method T) (typecheck)
|
Lint:
tests/publication_test.go#L89
pts.T undefined (type *PublicationTestSuite has no field or method T) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading