Skip to content

go mod tidy

go mod tidy #47

Triggered via push January 18, 2024 13:37
Status Failure
Total duration 1m 1s
Artifacts

go.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (6.2, 1.20): cmd/rockhopper/align.go#L38
undefined: rockhopper.OpenWithConfig
build (6.2, 1.20): cmd/rockhopper/align.go#L49
undefined: rockhopper.NewSqlMigrationLoader
build (6.2, 1.20): cmd/rockhopper/align.go#L51
config.MigrationsDirs undefined (type *rockhopper.Config has no field or method MigrationsDirs)
build (6.2, 1.20): cmd/rockhopper/align.go#L63
undefined: rockhopper.Align
build (6.2, 1.20): cmd/rockhopper/compile.go#L55
undefined: rockhopper.NewSqlMigrationLoader
build (6.2, 1.20): cmd/rockhopper/compile.go#L57
config.MigrationsDirs undefined (type *rockhopper.Config has no field or method MigrationsDirs)
build (6.2, 1.20): cmd/rockhopper/compile.go#L74
unknown field Wipe in struct literal of type rockhopper.GoMigrationDumper
build (6.2, 1.20): cmd/rockhopper/down.go#L51
undefined: rockhopper.OpenWithConfig
build (6.2, 1.20): cmd/rockhopper/down.go#L62
undefined: rockhopper.NewSqlMigrationLoader
build (6.2, 1.20): cmd/rockhopper/down.go#L64
config.MigrationsDirs undefined (type *rockhopper.Config has no field or method MigrationsDirs)
build (6.2, 1.20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/