Skip to content

Commit f47ecc2

Browse files
authored
chore(dogfood): Update sqlc version in dogfood image to match CI (#7661)
1 parent 0c07474 commit f47ecc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN mkdir --parents "$GOPATH" && \
5353
# charts and values files
5454
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.5.0 && \
5555
# sqlc for Go code generation
56-
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.16.0 && \
56+
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.17.2 && \
5757
# gcr-cleaner-cli used by CI to prune unused images
5858
go install github.com/sethvargo/gcr-cleaner/cmd/gcr-cleaner-cli@v0.5.1 && \
5959
# ruleguard for checking custom rules, without needing to run all of

0 commit comments

Comments
 (0)