From 4ba4d231ef92570837cb0bed9a90d651f740d26d Mon Sep 17 00:00:00 2001 From: Yumin Xia Date: Mon, 26 Aug 2024 00:22:44 -0700 Subject: [PATCH] Update GUIDE.md (#5) * Update GUIDE.md * Update GUIDE.md --- GUIDE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 67970b8c34..8037e4267a 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -18,8 +18,8 @@ as this combo. Production versions: -+ sqlc: v2.2.1-wicked-fork -+ dcache: v0.2.0 (Note: redis/v8 users please use v0.1.4) ++ sqlc: v2.2.2-wicked-fork ++ dcache: v0.3.0 (Note: redis/v8 users please use v0.1.4) + wgpx: v0.2.3 # Sqlc (this wicked fork) @@ -54,9 +54,10 @@ your customers are disappointed, or (2) before the product is launched, writing # cgo must be enabled because: https://github.com/pganalyze/pg_query_go git clone https://github.com/Stumble/sqlc.git cd sqlc/ +git checkout v2.2.2 make install sqlc version -# you shall see: v*****-wicked-fork +# you shall see: v2.2.2-wicked-fork ``` ## Getting started