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 c699b4d commit 2085459Copy full SHA for 2085459
.github/workflows/ci.yaml
@@ -181,7 +181,7 @@ jobs:
181
- name: Install protoc-gen-go
182
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
183
- name: Install protoc-gen-go-drpc
184
- run: storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
+ run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
185
- name: Install goimports
186
run: go install golang.org/x/tools/cmd/goimports@latest
187
- name: Install yq
0 commit comments