Skip to content

feat(status): Add status command (#29) #6

feat(status): Add status command (#29)

feat(status): Add status command (#29) #6

Triggered via push October 17, 2024 16:51
Status Failure
Total duration 56s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: example/20180812001528_create_users_table.go#L5
could not import github.com/robinjoseph08/go-pg-migrations/v3 (-: # github.com/robinjoseph08/go-pg-migrations/v3
build: status.go#L35
cannot use completed (variable of type []*migration) as []migration value in argument to writeStatusTable
build: status.go#L35
cannot use uncompleted (variable of type []*migration) as []migration value in argument to writeStatusTable) (typecheck)
build: status.go#L35
cannot use completed (variable of type []*migration) as []migration value in argument to writeStatusTable
build: status.go#L35
cannot use uncompleted (variable of type []*migration) as []migration value in argument to writeStatusTable
build: status_test.go#L51
cannot use completed[:1] (value of type []migration) as []*migration value in assignment
build: status_test.go#L54
cannot use completed[:2] (value of type []migration) as []*migration value in assignment
build: status_test.go#L58
cannot use uncompleted (variable of type []migration) as []*migration value in argument to append (typecheck)
build
Process completed with exit code 2.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/