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 75
75
76
76
- name : Install sqlc
77
77
run : |
78
- 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
78
+ curl -sSL https://github.com/kyleconroy/sqlc/releases/download/v1.18.0 /sqlc_1.18.0_linux_amd64 .tar.gz | sudo tar -C /usr/bin -xz sqlc
79
79
- name : Install yq
80
80
run : go run github.com/mikefarah/yq/v4@v4.30.6
81
81
- name : Install mockgen
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.17.2 && \
56
+ go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.18.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