Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/[email protected] && \
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/[email protected] && \
59
# ruleguard for checking custom rules, without needing to run all of
0 commit comments