Skip to content

Commit c699b4d

Browse files
committed
fix
1 parent 8cf5197 commit c699b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install protoc-gen-go
8989
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
9090
- name: Install protoc-gen-go-drpc
91-
run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.30
91+
run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
9292
- name: Install Protoc
9393
run: |
9494
# protoc must be in lockstep with our dogfood Dockerfile or the

0 commit comments

Comments
 (0)