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 8cf5197 commit c699b4dCopy full SHA for c699b4d
.github/workflows/security.yaml
@@ -88,7 +88,7 @@ jobs:
88
- name: Install protoc-gen-go
89
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
90
- name: Install protoc-gen-go-drpc
91
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.30
+ run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
92
- name: Install Protoc
93
run: |
94
# protoc must be in lockstep with our dogfood Dockerfile or the
0 commit comments