From 64119a4b8a19b6e693b068b0d4d8d0f8c499c01c Mon Sep 17 00:00:00 2001 From: Randy Schott <1815175+schottra@users.noreply.github.com> Date: Mon, 5 May 2025 12:41:49 -0400 Subject: [PATCH] pin versions of tooling in setup --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1398c06b..95d25ea2 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ psql:: docker compose exec db psql -U postgres setup:: - go install github.com/bokwoon95/wgo@latest - go install -v github.com/sqlc-dev/sqlc/cmd/sqlc@latest + go install github.com/bokwoon95/wgo@v0.5.11 + go install -v github.com/sqlc-dev/sqlc/cmd/sqlc@v1.29.0 apidiff:: open http://localhost:1323/apidiff.html