File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174
174
175
175
- name : Install sqlc
176
176
run : |
177
- 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
177
+ curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.17.2 /sqlc_1.17.2_linux_amd64 .tar.gz | sudo tar -C /usr/bin -xz sqlc
178
178
- name : Install protoc-gen-go
179
179
run : go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
180
180
- name : Install protoc-gen-go-drpc
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.16.0 && \
56
+ go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.17.2 && \
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