Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f47ecc2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

+1-1
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/[email protected] && \
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/[email protected] && \
5959
# ruleguard for checking custom rules, without needing to run all of

0 commit comments

Comments
 (0)