Skip to content

Commit

Permalink
Lock to mockery minor version (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Jun 15, 2022
1 parent c9f5dc0 commit 475f416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -34,7 +34,7 @@ idb/postgres/internal/schema/setup_postgres_sql.go: idb/postgres/internal/schema
cd idb/postgres/internal/schema && go generate

idb/mocks/IndexerDb.go: idb/idb.go
go install github.com/vektra/mockery/v2@latest
go install github.com/vektra/mockery/v2@v2.12.3
cd idb && mockery --name=IndexerDb

# check that all packages (except tests) compile
Expand Down

0 comments on commit 475f416

Please sign in to comment.