build: Add go-bindata to go:generate dependencies

This commit is contained in:
Felix Pojtinger
2021-12-20 11:26:06 +01:00
parent 3fa09aaad7
commit 0142a46256

View File

@@ -40,5 +40,6 @@ depend:
go install github.com/rubenv/sql-migrate/sql-migrate@latest
go install github.com/volatiletech/sqlboiler/v4@latest
go install github.com/volatiletech/sqlboiler-sqlite3@latest
go install github.com/jteeuwen/go-bindata/go-bindata@latest
sql-migrate up -env="production" -config configs/sql-migrate/metadata.yaml
go generate ./...