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 ccd86d6 commit 12ad50eCopy full SHA for 12ad50e
.github/workflows/ci.yaml
@@ -179,9 +179,13 @@ jobs:
179
run: |
180
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
181
- name: Install protoc-gen-go
182
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
+ run: |
183
+ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
184
+ protoc-gen-go --version
185
- name: Install protoc-gen-go-drpc
- run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
186
187
+ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
188
+ protoc-gen-go-grpc -version
189
- name: Install goimports
190
run: go install golang.org/x/tools/cmd/goimports@latest
191
- name: Install yq
0 commit comments