Skip to content

Commit 626b5bc

Browse files
committed
Use proper drpc plugin version
1 parent edece8b commit 626b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
go-version: "^1.17"
5353
- run: go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
5454
- run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
55-
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.20
55+
- run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.26
5656
- run: "make --output-sync -j gen"
5757
- run: ./scripts/check_unstaged.sh
5858

0 commit comments

Comments
 (0)