chore: upgrade sqlc to 1.19.1 (#8511)

This commit is contained in:
Muhammad Atif Ali
2023-07-15 09:07:19 +03:00
committed by GitHub
parent 7a62534359
commit ce114a7f9f
19 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ RUN mkdir --parents "$GOPATH" && \
# charts and values files
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.5.0 && \
# sqlc for Go code generation
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.18.0 && \
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.19.1 && \
# gcr-cleaner-cli used by CI to prune unused images
go install github.com/sethvargo/gcr-cleaner/cmd/gcr-cleaner-cli@v0.5.1 && \
# ruleguard for checking custom rules, without needing to run all of