Skip to content

Feat: Migration

Feat: Migration #77

Triggered via push June 22, 2024 04:02
Status Failure
Total duration 30s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: bitcask/reg.go#L12
cannot use db (variable of type *DB) as database.Keeper value in return statement: *DB does not implement database.Keeper (wrong type for method With)
build: bitcask/bitcask_test.go#L25
cannot use tdb (variable of type *DB) as database.Keeper value in return statement: *DB does not implement database.Keeper (wrong type for method With)
build: bitcask/bitcask_test.go#L142
impossible type assertion: db.(*DB)
build: bitcask/bitcask_test.go#L145
impossible type assertion: db.(*DB)
build: bitcask/bitcask_test.go#L184
cannot use OpenDB(path) (value of type *DB) as database.Keeper value in assignment: *DB does not implement database.Keeper (wrong type for method With)
build: bitcask/bitcask_test.go#L185
impossible type assertion: db.(*DB)
build: bitcask/bitcask_test.go#L221
cannot use OpenDB(path) (value of type *DB) as database.Keeper value in assignment: *DB does not implement database.Keeper (wrong type for method With)
build: bitcask/bitcask_test.go#L222
impossible type assertion: db.(*DB)
build: bitcask/bitcask_test.go#L240
impossible type assertion: db.(*DB)
build: bitcask/bitcask_test.go#L297
impossible type assertion: db.(*DB)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/