Closed jmattheis closed 3 years ago
A relative path would be replaced with an absolute filepath of the host system that will be invalid inside the go embed filesystem.
@jmattheis thanks for the PR. Please try v8.0.2 that does not have filepath.Abs in DiscoverSQLMigrationsFromFilesystem. I believe that fixes this problem.
filepath.Abs
DiscoverSQLMigrationsFromFilesystem
Seems like it should work.
A relative path would be replaced with an absolute filepath of the host system that will be invalid inside the go embed filesystem.