Skip to content

migrations: use go1.16 embed directive instead of go-bindata

Warren Gifford requested to merge k/migrate-go16 into main

Created by: keegancsmith

We can remove the bindata generate step, and instead rely on the go compiler to embed the migrations. Additionally I took the opportunity to remove some copy-pasta code and just have one migrations package.

Merge request reports

Loading