chore: add latest dogfood template (#7321)

Co-authored-by: Muhammad Atif Ali <matifali@live.com>
This commit is contained in:
Ben Potter
2023-05-13 07:42:10 -05:00
committed by GitHub
parent 8d4a8fde66
commit 6bb4a4c3c5
13 changed files with 124 additions and 45 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.17.2 && \
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.16.0 && \
# 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