File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
216
216
- name : Install sqlc
217
217
run : |
218
- curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.13 .0/sqlc_1.13 .0_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
218
+ curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.16 .0/sqlc_1.16 .0_linux_amd64.tar.gz | sudo tar -C /usr/bin -xz sqlc
219
219
- name : Install protoc-gen-go
220
220
run : go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
221
221
- name : Install protoc-gen-go-drpc
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
18
18
# Dump the updated schema (use make to utilize caching).
19
19
make -C ../.. --no-print-directory coderd/database/dump.sql
20
20
# The logic below depends on the exact version being correct :(
21
- go run github.com/kyleconroy/sqlc/cmd/sqlc@v1.13 .0 generate
21
+ go run github.com/kyleconroy/sqlc/cmd/sqlc@v1.16 .0 generate
22
22
23
23
first=true
24
24
for fi in queries/* .sql.go; do
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN mkdir --parents "$GOPATH" && \
53
53
# charts and values files
54
54
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.5.0 && \
55
55
# sqlc for Go code generation
56
- go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.10 .0 && \
56
+ go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.16 .0 && \
57
57
# gcr-cleaner-cli used by CI to prune unused images
58
58
go install github.com/sethvargo/gcr-cleaner/cmd/gcr-cleaner-cli@v0.5.1 && \
59
59
# ruleguard for checking custom rules, without needing to run all of
You can’t perform that action at this time.
0 commit comments