We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cc325 commit f72d8e9Copy full SHA for f72d8e9
.github/workflows/security.yaml
@@ -102,6 +102,8 @@ jobs:
102
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
103
- name: Install yq
104
run: go run github.com/mikefarah/yq/v4@v4.30.6
105
+ - name: Install mockgen
106
+ run: go install github.com/golang/mock/mockgen@v1.6.0
107
- name: Install protoc-gen-go
108
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
109
- name: Install protoc-gen-go-drpc
0 commit comments