File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,13 @@ jobs:
179
179
run : |
180
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
181
- name : Install protoc-gen-go
182
- run : go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
182
+ run : |
183
+ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
184
+ protoc-gen-go --version
183
185
- name : Install protoc-gen-go-drpc
184
- run : go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
186
+ run : |
187
+ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3
188
+ protoc-gen-go-grpc -version
185
189
- name : Install goimports
186
190
run : go install golang.org/x/tools/cmd/goimports@latest
187
191
- name : Install yq
You can’t perform that action at this time.
0 commit comments