Skip to content

Commit

Permalink
bump tools to generated models
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Oct 16, 2024
1 parent bb028d5 commit eb612f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ docker-push: docker-linux

tools:
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/[email protected]
go install github.com/volatiletech/sqlboiler/v4@v4.13.0
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@v4.13.0
go install github.com/volatiletech/sqlboiler/v4@v4.14.1
go install github.com/volatiletech/sqlboiler/v4/drivers/sqlboiler-psql@v4.14.1
go install go.uber.org/mock/[email protected]

database-reset: database-stop databased migrate-up models
Expand Down

0 comments on commit eb612f9

Please sign in to comment.