8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c07474 commit f47ecc2Copy full SHA for f47ecc2
dogfood/Dockerfile
@@ -53,7 +53,7 @@ RUN mkdir --parents "$GOPATH" && \
53
# charts and values files
54
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.5.0 && \
55
# sqlc for Go code generation
56
- go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.16.0 && \
+ go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.17.2 && \
57
# gcr-cleaner-cli used by CI to prune unused images
58
go install github.com/sethvargo/gcr-cleaner/cmd/gcr-cleaner-cli@v0.5.1 && \
59
# ruleguard for checking custom rules, without needing to run all of
0 commit comments