Skip to content

Commit 8135cbe

Browse files
committed
tools: update sqlc version
sqlc has now an official dockerhub organization (sqlc). The old org was the personal dev account, and new images are not uploaded there anymore. It looks like they formed a company (Riza, Inc) and are dedicating 100% of their time to the project (which is great news!) [sqlc v1.21.0](sqlc-dev/sqlc#2709) has a bug generating unvalid go code (files with unused imports) so we use v1.20.0
1 parent a1b0a7e commit 8135cbe

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

scripts/gen_sqlc_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ docker run \
1616
-e UID=$UID \
1717
-v "$DIR/../:/build" \
1818
-w /build \
19-
kjconroy/sqlc:1.18.0 generate
19+
sqlc/sqlc:1.20.0 generate

sqldb/sqlc/amp_invoices.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqldb/sqlc/db.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqldb/sqlc/invoice_events.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqldb/sqlc/invoices.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqldb/sqlc/models.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqldb/sqlc/querier.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)