Skip to content

Commit be6ab35

Browse files
authored
Pin versions of tooling in setup (#67)
Generally a good idea, but also prevents the state I'm in where my version is different than everyone else and our generation step causes all sql files to get an update due to the version line changing in the output. 😁
1 parent 8380302 commit be6ab35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ psql::
2424
docker compose exec db psql -U postgres
2525

2626
setup::
27-
go install github.com/bokwoon95/wgo@latest
28-
go install -v github.com/sqlc-dev/sqlc/cmd/sqlc@latest
27+
go install github.com/bokwoon95/wgo@v0.5.11
28+
go install -v github.com/sqlc-dev/sqlc/cmd/sqlc@v1.29.0
2929

3030
apidiff::
3131
open http://localhost:1323/apidiff.html

0 commit comments

Comments
 (0)