We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d0e0e commit 7703bb7Copy full SHA for 7703bb7
.github/workflows/security.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Install sqlc
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
+ 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
- name: Install yq
80
run: go run github.com/mikefarah/yq/v4@v4.30.6
81
- name: Install mockgen
0 commit comments