build: Add go-bindata to go:generate dependencies

This commit is contained in:
Felicitas Pojtinger
2021-12-20 11:26:06 +01:00
parent 059218cfcf
commit 52267b74d7

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 ./...